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

RTSTATS rtstat - Telemetry Struct


"1553 Remote Terminal Statistics" (APP/LHK)

View Options: (help)

Ancestry:

    0x000 pkt CpuMetr
    0x014 str RTSTATS rtstat

Definition:

    Alignment:4-byte boundary
    APID:555/0x22B
    Attribute(s):
    Length: 320 bits (40 bytes)
    Offset:0x014

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