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

CMDCNTRS cntrs - Telemetry Struct


"Command Counters" (APP/LHK)

View Options: (help)

Ancestry:

Definition:

    Alignment:4-byte boundary
    APID:649/0x289
    Attribute(s):
    Length: 128 bits (16 bytes)
    Offset:0x044

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
044 TIMESEC sec
048 TIMESUBSEC subsec
04C CMDCNTS sent
050 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