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

tlmc5 (805/0x325) - Telemetry Packet


"Use 19/13 telemetry to explore decommutation" (SYS/AIT)

View Options: (help)

Context:

Description:

Layout:  (hide detail; help)

Use 19/13 telemetry to explore decommutation (tlmc5)
Telemetry Packet Format
0x 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
000 Version=0 T=0 SH APID=0x325
002 SF Sequence Count
004 Packet Length=17
006 Timestamp
00E ushort16 vp
010 uint1913 v6v7
014 uint1913 vevf

    typedef struct _AIT_tlmc5_Tlm {
    
        /* Telemetry header */
        char                 hdr[14];
    
        /* 16 bit unsigned short */
        unsigned short       vp;
    
        /* 19 bit 13 bit unsigned int */
        AIT_uint1913         v6v7;
    
        /* 19 bit 13 bit unsigned int */
        AIT_uint1913         vevf;
    
    } AIT_tlmc5_Tlm;
    

Fields:

      Attribute(s):  

      Brief:  "19 bit 13 bit unsigned int"

      Instance(s):  v6v7, vevf

      Attribute(s):  

      Brief:  "16 bit unsigned short"

      Instance(s):  vp