GLAST/LAT > DAQ and FSW > FSW > Index by Name within Package
RTSTATS - Telemetry Struct
|
"1553 Remote Terminal Statistics" (APP/LHK) View Options: (help) Definition:
Description:
Layout: (hide detail; help)
RTSTATS (str) | RTERR err (fld) | INTRCNT intr (fld) | CRXPCNT cxp (fld) | CRXBCNT cxb (fld) | CTXPCNT txp (fld) | CTXBCNT txb (fld) | HKPCNT hkp (fld) | HKBCNT hkb (fld) | TLMPCNT tlmp (fld) | TLMBCNT tlmb (fld)
typedef struct _LHK_RTSTATS {
/* 1553 Error Count */
unsigned int err;
/* 1553 Interrupts */
unsigned int intr;
/* 1553 Cmd Rx Packet Count */
unsigned int cxp;
/* 1553 Cmd Rx Byte Count */
unsigned int cxb;
/* 1553 Cmd Tx Packet Count */
unsigned int txp;
/* 1553 Cmd Tx Byte Count */
unsigned int txb;
/* 1553 Housekeeping Packet Count */
unsigned int hkp;
/* 1553 Housekeeping Byte Count */
unsigned int hkb;
/* 1553 Telemetry Packet Count */
unsigned int tlmp;
/* 1553 Telemertry Byte Count */
unsigned int tlmb;
} LHK_RTSTATS;
Fields:
A count of the number of CmdRx bytes received by the remote terminal
A count of the number of CmdRx packets received by the remote terminal
A count of the number of CmdTx bytes sent by the remote terminal.
A count of the number of CmdTx packets sent by the remote terminal
A count of the number of HKP bytes sent by the remote terminal
A count of the number of HKP packets sent by the remote terminal
A count of the number of remote terminal device interrupts.
A count of the number of remote terminal errors.
A count of the number of Telem bytes sent by the remote terminal (not HKP).
A count of the number of Telem packets sent by the remote terminal (not HKP). Used by:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||