GLAST/LAT > DAQ and FSW > FSW > Index by Name within Package

RTSTATS - Telemetry Struct


"1553 Remote Terminal Statistics" (APP/LHK)

View Options: (help)

Definition:

    Alignment:4-byte boundary
    APID:629/0x275
    Attribute(s):
    Length: 320 bits (40 bytes)

Description:

    Contains the 1553 RT driver statistics.

Layout: (hide detail; help)

1553 Remote Terminal Statistics (RTSTATS)
Telemetry Field Format
0x 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
000 RTERR err
004 INTRCNT intr
008 CRXPCNT cxp
00C CRXBCNT cxb
010 CTXPCNT txp
014 CTXBCNT txb
018 HKPCNT hkp
01C HKBCNT hkb
020 TLMPCNT tlmp
024 TLMBCNT tlmb

    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:

      Attribute(s):  

      Brief:  "1553 Cmd Rx Byte Count"

      Instance(s):  cxb

      A count of the number of CmdRx bytes received by the remote terminal

      Attribute(s):  

      Brief:  "1553 Cmd Rx Packet Count"

      Instance(s):  cxp

      A count of the number of CmdRx packets received by the remote terminal

      Attribute(s):  

      Brief:  "1553 Cmd Tx Byte Count"

      Instance(s):  txb

      A count of the number of CmdTx bytes sent by the remote terminal.

      Attribute(s):  

      Brief:  "1553 Cmd Tx Packet Count"

      Instance(s):  txp

      A count of the number of CmdTx packets sent by the remote terminal

      Attribute(s):  

      Brief:  "1553 Housekeeping Byte Count"

      Instance(s):  hkb

      A count of the number of HKP bytes sent by the remote terminal

      Attribute(s):  

      Brief:  "1553 Housekeeping Packet Count"

      Instance(s):  hkp

      A count of the number of HKP packets sent by the remote terminal

      Attribute(s):  

      Brief:  "1553 Interrupts"

      Instance(s):  intr

      A count of the number of remote terminal device interrupts.

      Attribute(s):  

      Brief:  "1553 Error Count"

      Instance(s):  err

      A count of the number of remote terminal errors.

      Attribute(s):  

      Brief:  "1553 Telemertry Byte Count"

      Instance(s):  tlmb

      A count of the number of Telem bytes sent by the remote terminal (not HKP).

      Attribute(s):  

      Brief:  "1553 Telemetry Packet Count"

      Instance(s):  tlmp

      A count of the number of Telem packets sent by the remote terminal (not HKP).

Used by: