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

RTSTATS hsk - Telemetry Struct


"1553 Remote Terminal Statistics" (APP/LHK)

View Options: (help)

Ancestry:

Definition:

    Alignment:4-byte boundary
    APID:690/0x2B2
    Attribute(s):
    Length: 320 bits (40 bytes)
    Offset:0x010

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
010 RTERR err
014 INTRCNT intr
018 CRXPCNT cxp
01C CRXBCNT cxb
020 CTXPCNT txp
024 CTXBCNT txb
028 HKPCNT hkp
02C HKBCNT hkb
030 TLMPCNT tlmp
034 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).