The AM_STACKED_INFO structure contains information
about stacked alarms. Its format is:
typedef struct am_stacked_info
{
COR_STAMP gentime;
AM_STATE_TYPE alarm_state;
TCHAR alarm_msg[ALARM_MSG_LEN+1];
COR_I1 _pad[3]; /*
alignment data */
}
AM_STACKED_INFO;
More information
|
Standard Data Types.
|