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

TaskCfgSiu (581/0x245) - Telemetry Packet


"ITC/MSG configuration of tasks on SIU" (APP/LHK)

View Options: (help)

Context:

Description:

    ITC/MSG configuration of tasks on SIU

Layout:  (hide detail; help)

ITC/MSG configuration of tasks on SIU (TaskCfgSiu)
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=0x245
002 SF Sequence Count
004 Packet Length=109
006 Timestamp
00E Padus16 rsv
010 Padus16 spare0
012 uc ctdb uc ssr
014 ItcConfig task[0-31]
054 Padus16 pad[0-15]

    TaskCfgSiu (pkt)
    |  Padus16 rsv (fld) ... spare0 (fld)
    |  uc ctdb (fld) ... ssr (fld)
    |  ItcConfig task[0-31] (bf)
    |  |  DEFINED defined (0)
    |  |  Padus5 spare (1-5)
    |  |  MSGLVL msg_level (6-7)
    |  |  CNAE cn_ae (8-9)
    |  |  CNAF cn_af (10-11)
    |  |  CBAE cb_ae (12-13)
    |  |  CBAF cb_af (14-15)
    |  Padus16 pad[0-15] (fld)
    
    typedef struct _LHK_TaskCfgSiu_Tlm {
    
        /* Telemetry header */
        char                 hdr[14];
    
        /* Explicit 16 bit pad in unsigned short */
        unsigned short       rsv;
    
        /* Explicit 16 bit pad in unsigned short */
        unsigned short       spare0;
    
        /* Unsigned char */
        unsigned char        ctdb;
    
        /* Unsigned char */
        unsigned char        ssr;
    
        /* ITC configuration of a single task */
        LHK_ItcConfig        task[32];
    
        /* Explicit 16 bit pad in unsigned short */
        unsigned short       pad[16];
    
    } LHK_TaskCfgSiu_Tlm;
    

Fields:

      Attribute(s):  

      Brief:  "ITC configuration of a single task"

      Instance(s):  task

      ITC configuration of a single task

      Attribute(s):  

      Brief:  "Explicit 16 bit pad in unsigned short"

      Instance(s):  pad, rsv, spare0

      Explicit 16 bit pad in unsigned short

      Attribute(s):  

      Brief:  "Unsigned char"

      Instance(s):  ctdb, ssr

      Unsigned char