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

TRCTOPS - Telemetry Struct


"TRC Top Monitor Result" (APP/LHK)

View Options: (help)

Definition:

    Alignment:4-byte boundary
    APID:565/0x235
    Attribute(s):
    Length: 704 bits (88 bytes)

Description:

Layout: (hide detail; help)

TRC Top Monitor Result (TRCTOPS)
Telemetry Field Format
0x 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
000 FREQ freq
004 SERIAL serial
008 TRCENDMSW endmsw
00C TRCENDLSW endlsw
010 TRCDTIM dtime
014 TRCEX5 ex5
016 TRCEX9 ex9
018 TRCTOP top[0-63]

    typedef struct _LHK_TRCTOPS {
    
        /* Processor Frequency */
        unsigned int         freq;
    
        /* CPU Serial Number */
        unsigned int         serial;
    
        /* TRC Sampling Period End Time MSW */
        unsigned int         endmsw;
    
        /* TRC Sampling Period End Time LSW */
        unsigned int         endlsw;
    
        /* TRC Sampling Period Duration in usec */
        unsigned int         dtime;
    
        /* TRC Exception 5 Interrupt Rate */
        unsigned short       ex5;
    
        /* TRC Exception 9 Interrupt Rate */
        unsigned short       ex9;
    
        /* TRC CPU Fraction per Task/Exception */
        unsigned char        top[64];
    
    } LHK_TRCTOPS;
    

Fields:

      Attribute(s):  

      Brief:  "Processor Frequency"

      Instance(s):  freq

      Attribute(s):  

      Brief:  "CPU Serial Number"

      Instance(s):  serial

      Attribute(s):  

      Brief:  "TRC Sampling Period Duration in usec"

      Instance(s):  dtime

      Attribute(s):  

      Brief:  "TRC Sampling Period End Time LSW"

      Instance(s):  endlsw

      Attribute(s):  

      Brief:  "TRC Sampling Period End Time MSW"

      Instance(s):  endmsw

      Attribute(s):  

      Brief:  "TRC Exception 5 Interrupt Rate"

      Instance(s):  ex5

      Attribute(s):  

      Brief:  "TRC Exception 9 Interrupt Rate"

      Instance(s):  ex9

      Attribute(s):  

      Brief:  "TRC CPU Fraction per Task/Exception"

      Instance(s):  top

Used by: