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

tlmc3 (803/0x323) - Telemetry Packet


"Test 16 bit sign extenstion" (SYS/AIT)

View Options: (help)

Context:

Description:

Layout:  (hide detail; help)

Test 16 bit sign extenstion (tlmc3)
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=0x323
002 SF Sequence Count
004 Packet Length=11
006 Timestamp
00E ushort9short7 v6v7
010 short9ushort7 vevf

    typedef struct _AIT_tlmc3_Tlm {
    
        /* Telemetry header */
        char                 hdr[14];
    
        /* 9 bit unsigned 7 bit signed short */
        AIT_ushort9short7    v6v7;
    
        /* 9 bit signed 7 bit unsigned short */
        AIT_short9ushort7    vevf;
    
    } AIT_tlmc3_Tlm;
    

Fields:

      Attribute(s):  

      Brief:  "9 bit signed 7 bit unsigned short"

      Instance(s):  vevf

      Attribute(s):  

      Brief:  "9 bit unsigned 7 bit signed short"

      Instance(s):  v6v7