MPE_Describe_state
Describe the attributes of a state without byte informational data.
Synopsis
int MPE_Describe_state( int start_etype, int final_etype,
const char *name, const char *color )
Input Parameters
- start_etype
- event number for the beginning of the state
- final_etype
- event number for the ending of the state
- name
- name of the state
maximum length of the NULL-terminated string is,
sizeof(CLOG_DESC), 32.
- color
- color of the state
maximum length of the NULL-terminated string is,
sizeof(CLOG_COLOR), 24.
Notes
Adds a state definition to the logfile.
States are added to a log file by calling 'MPE_Log_event'
for the start and end event numbers. The function is provided
for backward compatibility purpose. Users are urged to use
'MPE_Describe_info_state' instead.
See Also
MPE_Log_get_event_number, MPE_Describe_info_state
Location:../src/logging/src/mpe_log.c