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

SwCnfg (670/0x29E) - Telemetry Packet


"Directory dump containing file keys" (DAQ/ISIS)

View Options: (help)

Context:

Description:

Layout:  (hide detail; help)

Directory dump containing file keys (SwCnfg)
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=0x29E
002 SF Sequence Count
004 Packet Length=1648
006 Timestamp
00E USHORT nodeId
010 UINTEGER numFileKeys
014 UINTEGER fileKeys[0-49]

    SwCnfg (pkt)
    |  USHORT nodeId (fld)
    |  UINTEGER numFileKeys (fld) ... fileKeys[0-49] (fld)
    
    typedef struct _ISIS_SwCnfg_Tlm {
    
        /* Telemetry header */
        char                 hdr[14];
    
        /* Unsigned short */
        unsigned short       nodeId;
    
        /* Unsigned integer */
        unsigned int         numFileKeys;
    
        /* Unsigned integer */
        unsigned int         fileKeys[50];
    
    } ISIS_SwCnfg_Tlm;
    

Fields:

      Attribute(s):  

      Brief:  "Unsigned integer"

      Instance(s):  fileKeys, numFileKeys

      Attribute(s):  

      Brief:  "Unsigned short"

      Instance(s):  nodeId