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

tlmc2 (802/0x322) - Telemetry Packet


"Use mis-defined 9/7 bitfields" (SYS/AIT)

View Options: (help)

Context:

Description:

Layout:  (hide detail; help)

Use mis-defined 9/7 bitfields (tlmc2)
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=0x322
002 SF Sequence Count
004 Packet Length=11
006 Timestamp
00E ushort97 v6v7
010 ushort97 vevf

    typedef struct _AIT_tlmc2_Tlm {
    
        /* Telemetry header */
        char                 hdr[14];
    
        /* 9 bit 7 bit unsigned short */
        AIT_ushort97         v6v7;
    
        /* 9 bit 7 bit unsigned short */
        AIT_ushort97         vevf;
    
    } AIT_tlmc2_Tlm;
    

Fields:

      Attribute(s):  

      Brief:  "9 bit 7 bit unsigned short"

      Instance(s):  v6v7, vevf