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

LCMMSGOUTC (725/0x2D5) - Telemetry Packet


"CTDB MSG Output" (APP/LCM)

View Options: (help)

Context:

Description:

    One LCMMSGOUT telemetry packet is optionally generated for each MSG output record.

Layout:  (hide detail; help)

CTDB MSG Output (LCMMSGOUTC)
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=0x2D5
002 SF Sequence Count
004 Packet Length=205
006 Timestamp
00E MSGPAD16 msgPad
010 MsgStruct msgStruct

    typedef struct _LCM_LCMMSGOUTC_Tlm {
    
        /* Telemetry header */
        char                 hdr[14];
    
        /* Padding */
        unsigned short       msgPad;
    
        /* A complete MSG report */
        LCM_MsgStruct        msgStruct;
    
    } LCM_LCMMSGOUTC_Tlm;
    

Fields:

      Attribute(s):  

      Brief:  "Padding"

      Instance(s):  msgPad

      Padding

      Attribute(s):  

      Brief:  "A complete MSG report"

      Instance(s):  msgStruct

      A complete MSG report