GLAST/LAT > DAQ and FSW > FSW > Index by Name within Package
LMEMSYMVAL (786/0x312) - Telemetry Packet
|
View Options: (help) Context:
Description:
Layout: (hide detail; help)
LMEMSYMVAL (pkt) | TIDBF idents (bf) | | TLATUNIT latUnit (0-3) | | TTRANID tranID (4-15) | TSYMVAL symValue (fld) | TSYMNAMESIZE nameSize (fld) | TPAD8 pad8 (fld) | TPAD16 pad16 (fld) | TSYMNAMECHAR name[0-47] (fld)
typedef struct _MEM_LMEMSYMVAL_Tlm {
/* Telemetry header */
char hdr[14];
/* LAT Unit and Transaction ID Bitfield */
MEM_TIDBF idents;
/* Symbol Value */
unsigned int symValue;
/* Symbol Name Length */
unsigned char nameSize;
/* 8-Bit Padding */
unsigned char pad8;
/* 16-Bit Padding */
unsigned short pad16;
/* Symbol Name Character */
unsigned char name[48];
} MEM_LMEMSYMVAL_Tlm;
Fields:
Bitfield containing the ID of the LAT unit that sent the telemetry and the transaction identifier of the telecommand that requested the telemetry.
Explicit padding of 16 bits.
Explicit padding of 8 bits.
Character within a symbol name.
Length of symbol name, in bytes.
Value of symbol. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||