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

timestamp - Telemetry Struct


"Counter start timestamp" (APP/LMC)

View Options: (help)

Definition:

    Alignment:4-byte boundary
    APID:707/0x2C3
    Attribute(s):
    Length: 64 bits (8 bytes)

Description:

Layout: (hide detail; help)

Counter start timestamp (timestamp)
Telemetry Field Format
0x 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
000 secs secs
004 usecs usecs

    timestamp (str)
    |  secs secs (fld)
    |  usecs usecs (fld)
    

    typedef struct _LMC_timestamp {
    
        /* Seconds */
        unsigned int         secs;
    
        /* Microseconds */
        unsigned int         usecs;
    
    } LMC_timestamp;
    

Fields:

      Attribute(s):  

      Brief:  "Seconds"

      Instance(s):  secs

      Attribute(s):  

      Brief:  "Microseconds"

      Instance(s):  usecs

Used by: