GLAST/LAT > DAQ and FSW > FSW > Index by Name within Package
LCTDBRTDIAG (526/0x20E) - Telemetry Packet
|
"CTDB 1553 RT Driver Diagnostics" (DRV/CTDB) View Options: (help) Context:
Description: Layout: (hide detail; help)
LCTDBRTDIAG (pkt) | CTDBPAD16 pad_16 (fld) | RTERRCNT error_count (fld) | RTINTRCNT intr_count (fld) | RTCMDRXCNT cmd_rx_pkt_count (fld) | RTCMDRXSIZ cmd_rx_byte_count (fld) | RTCMDTXCNT cmd_tx_pkt_count (fld) | RTCMDTXSIZ cmd_tx_byte_count (fld) | RTHKPCNT hkp_pkt_count (fld) | RTHKPSIZ hkp_byte_count (fld) | RTTLMCNT telem_pkt_count (fld) | RTTLMSIZ telem_byte_count (fld)
typedef struct _CTDB_LCTDBRTDIAG_Tlm {
/* Telemetry header */
char hdr[14];
/* 16 bit spare padding word */
unsigned short pad_16;
/* RT driver total error count */
unsigned int error_count;
/* RT driver total interrupt count */
unsigned int intr_count;
/* RT driver telecommand receive count */
unsigned int cmd_rx_pkt_count;
/* RT driver telecommand receive total bytes */
unsigned int cmd_rx_byte_count;
/* RT driver telecommand send count */
unsigned int cmd_tx_pkt_count;
/* RT driver telecommand send total bytes */
unsigned int cmd_tx_byte_count;
/* RT driver HKP send count */
unsigned int hkp_pkt_count;
/* RT driver HKP send total bytes */
unsigned int hkp_byte_count;
/* RT driver telemetry send count */
unsigned int telem_pkt_count;
/* RT driver telemetry send total bytes */
unsigned int telem_byte_count;
} CTDB_LCTDBRTDIAG_Tlm;
Fields:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||