GLAST/LAT > DAQ and FSW > FSW > Index by Name within Package
LBTEPU2HKP (611/0x263) - Telemetry Packet
|
"EPU 2 Boot Housekeeping Telemetry" (OS/PBC) View Options: (help) Context:
Description:
Layout: (hide detail; help)
LBTEPU2HKP (pkt) | BOOTSWMODE swMode (fld) | BOOTTOTALERR errCount (fld) | BOOTQERR qerrCount (fld) | BOOTERRWORD qerrWord (fld) | BOOTPKTCOUNT tcRcvCount (fld) | BOOTPKTACCEPT tcAccCount (fld) | BOOTLASTERR errWord (fld) | BOOTCOMMAND tcLast (bf) | | BOOTLASTFUNC func (0-4) | | BOOTLASTAPID apid (5-15) | BOOTSCPKTCOUNT tcPktScCount (fld) | BOOTUNSPKTCOUNT tcPktUnsupportCount (fld) | BOOTFILESTATE fileState (fld) | BOOTFILEPKT filePktCount (fld) | BOOTSCRUBADDRHI addrScrubHi (fld) | BOOTTYPE bootType (fld) | BOOTDUMPCOUNT dumpCount (fld) | BOOTDUMPADDR dumpAddr (fld) | BOOTDUMPDATA dumpData[0-15] (fld)
typedef struct _PBC_LBTEPU2HKP_Tlm {
/* Telemetry header */
char hdr[14];
/* Current PBC operating mode */
unsigned short swMode;
/* Number of errors encountered */
unsigned short errCount;
/* Number of queued errors */
unsigned short qerrCount;
/* Error code */
unsigned int qerrWord;
/* Received packet count */
unsigned short tcRcvCount;
/* Accepted packet count */
unsigned short tcAccCount;
/* Most recent boot error code */
unsigned int errWord;
/* Last boot command bitfield */
PBC_BOOTCOMMAND tcLast;
/* Received spacecraft packet count */
unsigned short tcPktScCount;
/* Received unsupported packet count */
unsigned short tcPktUnsupportCount;
/* File upload state */
unsigned short fileState;
/* File upload packet count */
unsigned short filePktCount;
/* Hi 16 bits of software scrub address */
unsigned short addrScrubHi;
/* Boot type */
unsigned short bootType;
/* Memory dump word count */
unsigned short dumpCount;
/* Memory dump address */
unsigned int dumpAddr;
/* Memory dump data */
unsigned int dumpData[16];
} PBC_LBTEPU2HKP_Tlm;
Fields:
Bitfield to hold APID and function code of command most recently received by the PBC.
Address of first memory dump word.
Number of valid 32-bit memory dump words.
Memory dump data word.
Error code at the head of the boot error queue.
Number of file upload packets received by the PBC.
State of the PBC's file upload state machine.
Error code for the most recent error encountered by the PBC.
Number of packets accepted by the PBC.
Number of packets received by the PBC.
Number of errors in the boot error queue.
Total number of spacecraft packets received.
Upper 16 bits of PBC software scrub address.
Current PBC operating mode.
Total number of errors encountered by the PBC.
Type of boot.
Total number of unsupported packets received. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||