Libraries
message_struct_type Struct Reference

Structure of parameters needed for message support. More...

#include <trek_toolkit_common_api_ansi_c.h>

Public Attributes

char time_stamp [30]
 Message time stamp.
 
enum message_category category
 Message category (e.g., MSG_CAT_ERROR, MSG_CAT_ERROR_ALERT, MSG_CAT_WARNING, MSG_CAT_WARNING_ALERT, MSG_CAT_INFO, MSG_CAT_INFO_ALERT, MSG_CAT_PROGRESS, MSG_CAT_DEBUG)
 
char message [MAX_MESSAGE_SIZE]
 Message.
 

Detailed Description