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

tlmc4 (804/0x324) - Telemetry Packet


"Use 32-bit telemetry to explore decommutation" (SYS/AIT)

View Options: (help)

Context:

Description:

Layout:  (hide detail; help)

Use 32-bit telemetry to explore decommutation (tlmc4)
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=0x324
002 SF Sequence Count
004 Packet Length=13
006 Timestamp
00E ushort16 vp
010 ushort16ushort16 v6ve

    typedef struct _AIT_tlmc4_Tlm {
    
        /* Telemetry header */
        char                 hdr[14];
    
        /* 16 bit unsigned short */
        unsigned short       vp;
    
        /* 16 bit unsigned 16 bit unsigned */
        AIT_ushort16ushort16 v6ve;
    
    } AIT_tlmc4_Tlm;
    

Fields:

      Attribute(s):  

      Brief:  "16 bit unsigned short"

      Instance(s):  vp

      Attribute(s):  

      Brief:  "16 bit unsigned 16 bit unsigned"

      Instance(s):  v6ve