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

GemCounters gem - Telemetry Struct


"GEM counters" (APP/LHK)

View Options: (help)

Ancestry:

Definition:

    Alignment:4-byte boundary
    APID:591/0x24F
    Attribute(s):
    Length: 256 bits (32 bytes)
    Offset:0x010

Description:

    GEM counters

Layout: (hide detail; help)

GEM counters (GemCounters)
Telemetry Field Format
0x 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
010 ui sec
014 ui sub
018 ui timebase
01C ui livetime
020 ui prescale
024 ui discard
028 ui sent
02C ui deadZone

    GemCounters (str)
    |  ui sec (fld) ... deadZone (fld)
    

    typedef struct _LHK_GemCounters {
    
        /* Unsigned int */
        unsigned int         sec;
    
        /* Unsigned int */
        unsigned int         sub;
    
        /* Unsigned int */
        unsigned int         timebase;
    
        /* Unsigned int */
        unsigned int         livetime;
    
        /* Unsigned int */
        unsigned int         prescale;
    
        /* Unsigned int */
        unsigned int         discard;
    
        /* Unsigned int */
        unsigned int         sent;
    
        /* Unsigned int */
        unsigned int         deadZone;
    
    } LHK_GemCounters;
    

Fields:

      Attribute(s):  

      Brief:  "Unsigned int"

      Instance(s):  deadZone, discard, livetime, prescale, sec, sent, sub, timebase

      Unsigned int