| United States-English |
|
|
|
![]() |
HP-UX Reference > EEvmEventFormat(3)HP-UX 11i Version 3: February 2007 |
|
NAMEEvmEventFormat(), EvmEventFormatFromTemplate(), EvmVarFormat() — format events for display SYNOPSIS#include <evm/evm.h> EvmStatus_t EvmEventFormat( char *buffer, size_t length, EvmEvent_t event ); EvmStatus_t EvmEventFormatFromTemplate( char *buffer, size_t length", EvmString_t show_template, EvmEvent_t event ); EvmStatus_t EvmVarFormat( EvmEvent_t event , const char *var_name, char *buffer, size_t length", EvmBoolean_t translate ); Parameters
DESCRIPTIONInformation contained in an event must be formatted into a readable format. The software which posts the event (event poster) supplies formatting information through the event's format data item. The routines described here explain the event formatting capabilities. The EvmEventFormat() routine combines the supplied event's format data item with any data items or variables specified in the event's format item that are available in the event. EvmEventFormat() returns a formatted version of the event in buffer. If the event contains I18N message catalog information, and the catalog is available in the user's locale, the format string is retrieved from the message catalog if possible. If no translation is possible, the format string from the event is used. If the event does not contain format information, EvmEventFormat() produces a generic display of the event's name and any variables. The EvmEventFormatFromTemplate() routine also formats the supplied event. EvmEventFormatFromTemplate() uses the supplied show_template string as its primary formatting template. Literal characters in show_template are transferred to the buffer unchanged. Any token of the form @item_name[%width] or @{item_name[%width]} is replaced by the value of the corresponding data item from the supplied event, if it is present. item_name is the name of the item stored in the event. If width is supplied, the value occupies a minimum of width character positions. width is an integer number specifying the size of the value stored in item_name. The item_name is the name of a standard event data item. The special string @@ is replaced by the results of applying EvmEventFormat() to the event. Refer to evmshow(1) and EvmEvent(5) for more information about formatting events for display. EvmVarFormat() retrieves a variable called var_name from the supplied event, and returns a formatted version of its value in buffer. If translate is EvmTRUE, I18N translation is applied as appropriate. RETURN VALUE
|
||||||||||||||||||||||||||||
|
|||||||||||||||