GLAST/LAT > DAQ and FSW > FSW > Index by Name within Package
FILESTATS fil - Telemetry Struct
|
"FILE Upload Statistics" (APP/LHK) View Options: (help) Ancestry:
Definition:
Description:
Layout: (hide detail; help)
FILESTATS (str) | FILESTATE state (fld) | FILESIZECUR cursize (fld) | FILEPKTCNT pktcnt (fld) | FILERRCODE errcode (fld) | FILERRCNT errcnt (fld) | FILEIDCOM comid (fld)
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:
The file ID value for commiting the file data to storage.
The number of vaild data packets received for the current file upload.
A count of the number of errors reported for the current file upload.
The current file upload error indicator.
The number of data bytes received for the current file upload.
The current file upload state. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||