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

CMDCNTRS cntrs - Telemetry Struct


"Command Counters" (APP/LHK)

View Options: (help)

Ancestry:

    0x000 pkt CmdCnt0
    0x014 str CMDCNTRS cntrs

Definition:

    Alignment:4-byte boundary
    APID:552/0x228
    Attribute(s):
    Length: 128 bits (16 bytes)
    Offset:0x014

Description:

    Structure to hold per task command count information.

Layout: (hide detail; help)

Command Counters (CMDCNTRS)
Telemetry Field Format
0x 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
014 TIMESEC sec
018 TIMESUBSEC subsec
01C CMDCNTS sent
020 CMDEXEF exef

    typedef struct _LHK_CMDCNTRS {
    
        /* Timestamp seconds */
        unsigned int         sec;
    
        /* Timestamp subseconds */
        unsigned int         subsec;
    
        /* Commands sent counter */
        unsigned int         sent;
    
        /* Command execution failure counter */
        unsigned int         exef;
    
    } LHK_CMDCNTRS;
    

Fields:

      Attribute(s):  

      Brief:  "Commands sent counter"

      Instance(s):  sent

      Commands sent to task.

      Attribute(s):  

      Brief:  "Command execution failure counter"

      Instance(s):  exef

      Commands failing task execution

      Attribute(s):  

      Brief:  "Timestamp seconds"

      Instance(s):  sec

      Attribute(s):  

      Brief:  "Timestamp subseconds"

      Instance(s):  subsec