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

tlmc7 (807/0x327) - Telemetry Packet


"Test 32 bit sign extension" (SYS/AIT)

View Options: (help)

Context:

Description:

Layout:  (hide detail; help)

Test 32 bit sign extension (tlmc7)
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=0x327
002 SF Sequence Count
004 Packet Length=17
006 Timestamp
00E ushort16 vp
010 uint19int13 v6v7
014 int19uint13 vevf

    typedef struct _AIT_tlmc7_Tlm {
    
        /* Telemetry header */
        char                 hdr[14];
    
        /* 16 bit unsigned short */
        unsigned short       vp;
    
        /* 19 bit unsigned 13 bit signed */
        AIT_uint19int13      v6v7;
    
        /* 19 bit signed 13 bit unsigned */
        AIT_int19uint13      vevf;
    
    } AIT_tlmc7_Tlm;
    

Fields:

      Attribute(s):  

      Brief:  "19 bit signed 13 bit unsigned"

      Instance(s):  vevf

      Attribute(s):  

      Brief:  "19 bit unsigned 13 bit signed"

      Instance(s):  v6v7

      Attribute(s):  

      Brief:  "16 bit unsigned short"

      Instance(s):  vp