GLAST/LAT > DAQ and FSW > FSW > Index by Name within Package
LMEMEPU1DATA (790/0x316) - Telemetry Packet
|
"EPU 1 Memory Dump Data" (SVC/MEM) View Options: (help) Context:
Description:
Layout: (hide detail; help)
LMEMEPU1DATA (pkt) | TIDBF idents (bf) | | TLATUNIT latUnit (0-3) | | TTRANID tranID (4-15) | TDUMPADDR address (fld) | TDUMPSIZE wordCount (fld) | TDUMPCMDFUNC cmdFuncCode (fld) | TDUMPDATA data[0-89] (fld)
typedef struct _MEM_LMEMEPU1DATA_Tlm {
/* Telemetry header */
char hdr[14];
/* LAT Unit and Transaction ID Bitfield */
MEM_TIDBF idents;
/* Starting Address */
unsigned int address;
/* Word Count */
unsigned short wordCount;
/* Dump Type */
unsigned short cmdFuncCode;
/* Dump Data Word */
unsigned int data[90];
} MEM_LMEMEPU1DATA_Tlm;
Fields:
Address of first 32-bit word of dumped data.
Function code of telecommand that initiated the dump, which indicates the type of data contained in the dump.
Memory dump data word.
Number of valid 32-bit words of dumped data.
Bitfield containing the ID of the LAT unit that sent the telemetry and the transaction identifier of the telecommand that requested the telemetry. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||