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]
018 UINTEGER fileKeys[1]
01C UINTEGER fileKeys[2]
020 UINTEGER fileKeys[3]
024 UINTEGER fileKeys[4]
028 UINTEGER fileKeys[5]
02C UINTEGER fileKeys[6]
030 UINTEGER fileKeys[7]
034 UINTEGER fileKeys[8]
038 UINTEGER fileKeys[9]
03C UINTEGER fileKeys[10]
040 UINTEGER fileKeys[11]
044 UINTEGER fileKeys[12]
048 UINTEGER fileKeys[13]
04C UINTEGER fileKeys[14]
050 UINTEGER fileKeys[15]
054 UINTEGER fileKeys[16]
058 UINTEGER fileKeys[17]
05C UINTEGER fileKeys[18]
060 UINTEGER fileKeys[19]
064 UINTEGER fileKeys[20]
068 UINTEGER fileKeys[21]
06C UINTEGER fileKeys[22]
070 UINTEGER fileKeys[23]
074 UINTEGER fileKeys[24]
078 UINTEGER fileKeys[25]
07C UINTEGER fileKeys[26]
080 UINTEGER fileKeys[27]
084 UINTEGER fileKeys[28]
088 UINTEGER fileKeys[29]
08C UINTEGER fileKeys[30]
090 UINTEGER fileKeys[31]
094 UINTEGER fileKeys[32]
098 UINTEGER fileKeys[33]
09C UINTEGER fileKeys[34]
0A0 UINTEGER fileKeys[35]
0A4 UINTEGER fileKeys[36]
0A8 UINTEGER fileKeys[37]
0AC UINTEGER fileKeys[38]
0B0 UINTEGER fileKeys[39]
0B4 UINTEGER fileKeys[40]
0B8 UINTEGER fileKeys[41]
0BC UINTEGER fileKeys[42]
0C0 UINTEGER fileKeys[43]
0C4 UINTEGER fileKeys[44]
0C8 UINTEGER fileKeys[45]
0CC UINTEGER fileKeys[46]
0D0 UINTEGER fileKeys[47]
0D4 UINTEGER fileKeys[48]
0D8 UINTEGER fileKeys[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