GLAST/LAT > DAQ and FSW > FSW > Index by Name within Package
MsgStruct msgStruct - Telemetry Struct
|
"A complete MSG report" (APP/LCM) View Options: (help) Ancestry:
Definition:
Description:
Layout: (hide detail; help)
MsgStruct (str) | MSGTIME time[0-1] (fld) | MSGCODE code (fld) | CpuSerial serial (bf) | | MSGINST instrument (0-7) | | MSGEBM address (8-15) | | MSGNODE node (16-23) | | MSGSN simpleSN (24-31) | MSGTASK task[0-7] (fld) | MSGFUNC function[0-31] (fld) | MSGFACIL facility[0-3] (fld) | MSGNAME mnemonic[0-7] (fld) | MSGTEXT text[0-127] (fld)
typedef struct _LCM_MsgStruct {
/* MSG Generation Time */
unsigned int time[2];
/* MSG ID Code */
unsigned int code;
/* Compound CPU serial number */
LCM_CpuSerial serial;
/* MSG Source Task */
char task[8];
/* MSG Source Function */
char function[32];
/* MSG Facility Name */
char facility[4];
/* MSG Mnemonic */
char mnemonic[8];
/* MSG Text String */
char text[128];
} LCM_MsgStruct;
Fields:
MSG compound CPU serial number
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||