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

tlmc6 (806/0x326) - Telemetry Packet


"Use mis-defined 19/13 bitfields" (SYS/AIT)

View Options: (help)

Context:

Description:

Layout:  (hide detail; help)

Use mis-defined 19/13 bitfields (tlmc6)
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=0x326
002 SF Sequence Count
004 Packet Length=21
006 Timestamp
010 uint16 vp
014 uint1913 v6v7
018 uint1913 vevf

    typedef struct _AIT_tlmc6_Tlm {
    
        /* Telemetry header */
        char                 hdr[14];
    
        /* Header pad */
        char                 hdr_pad[2];
    
        /* 16 bit unsigned int */
        unsigned int         vp;
    
        /* 19 bit 13 bit unsigned int */
        AIT_uint1913         v6v7;
    
        /* 19 bit 13 bit unsigned int */
        AIT_uint1913         vevf;
    
    } AIT_tlmc6_Tlm;
    

Fields:

      Attribute(s):  

      Brief:  "16 bit unsigned int"

      Instance(s):  vp

      Attribute(s):  

      Brief:  "19 bit 13 bit unsigned int"

      Instance(s):  v6v7, vevf