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

FILESTATS - Telemetry Struct


"FILE Upload Statistics" (APP/LHK)

View Options: (help)

Definition:

    Alignment:4-byte boundary
    APID:672/0x2A0
    Attribute(s):
    Length: 192 bits (24 bytes)

Description:

    Describes the FILE upload current state.

Layout: (hide detail; help)

FILE Upload Statistics (FILESTATS)
Telemetry Field Format
0x 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
000 FILESTATE state
004 FILESIZECUR cursize
008 FILEPKTCNT pktcnt
00C FILERRCODE errcode
010 FILERRCNT errcnt
014 FILEIDCOM comid

    typedef struct _LHK_FILESTATS {
    
        /* FILE Upload State */
        unsigned int         state;
    
        /* File Size Current */
        unsigned int         cursize;
    
        /* FILE Packet Count */
        unsigned int         pktcnt;
    
        /* FILE Error Code */
        unsigned int         errcode;
    
        /* FILE Error Count */
        unsigned int         errcnt;
    
        /* FILE ID Commit */
        unsigned int         comid;
    
    } LHK_FILESTATS;
    

Fields:

      Attribute(s):  

      Brief:  "FILE ID Commit"

      Instance(s):  comid

      The file ID value for commiting the file data to storage.

      Attribute(s):  

      Brief:  "FILE Packet Count"

      Instance(s):  pktcnt

      The number of vaild data packets received for the current file upload.

      Attribute(s):  

      Brief:  "FILE Error Count"

      Instance(s):  errcnt

      A count of the number of errors reported for the current file upload.

      Attribute(s):  

      Brief:  "FILE Error Code"

      Instance(s):  errcode

      The current file upload error indicator.

      Attribute(s):  

      Brief:  "File Size Current"

      Instance(s):  cursize

      The number of data bytes received for the current file upload.

      Brief:  "FILE Upload State"

      Instance(s):  state

      The current file upload state.

Used by: