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

tlmc0 (800/0x320) - Telemetry Packet


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

View Options: (help)

Context:

Description:

Layout:  (hide detail; help)

Use 16-bit telemetry to explore decommutation (tlmc0)
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=0x320
002 SF Sequence Count
004 Packet Length=11
006 Timestamp
00E ushort16 v6
010 ushort16 ve

    tlmc0 (pkt)
    |  ushort16 v6 (fld) ... ve (fld)
    
    typedef struct _AIT_tlmc0_Tlm {
    
        /* Telemetry header */
        char                 hdr[14];
    
        /* 16 bit unsigned short */
        unsigned short       v6;
    
        /* 16 bit unsigned short */
        unsigned short       ve;
    
    } AIT_tlmc0_Tlm;
    

Fields:

      Attribute(s):  

      Brief:  "16 bit unsigned short"

      Instance(s):  v6, ve