GLAST/LAT > DAQ and FSW > FSW > Index by Name within Package
MEMSTATS - Telemetry Struct
|
View Options: (help) Definition:
Description:
Layout: (hide detail; help)
MEMSTATS (str) | MLDSTAT ldstat (fld) | MLDACT ldact (fld) | MLDSTADR ldstart (fld) | MLDBYTS ldbytes (fld) | MLDOFF ldoffset (fld) | MDPSTAT dmpstat (fld) | MDPACT dmpact (fld) | MDPSTADR dmpstart (fld) | MDPBYTS dmpbytes (fld) | MDPADDR dmpaddr (fld) | MDPFCD dmpfcode (fld) | MDPTXID dmptid (fld)
typedef struct _LHK_MEMSTATS {
/* Status of most recent load action */
unsigned int ldstat;
/* Memory load active flag */
unsigned int ldact;
/* Starting memory load address */
unsigned int ldstart;
/* Memory load total bytes */
unsigned int ldbytes;
/* Memory load offset */
unsigned int ldoffset;
/* Memory dump status */
unsigned int dmpstat;
/* Memory dump active */
unsigned int dmpact;
/* Memory dump start address */
unsigned int dmpstart;
/* Memory dump bytes */
unsigned int dmpbytes;
/* Memory dump address */
unsigned int dmpaddr;
/* Memory dump function code */
unsigned int dmpfcode;
/* Memory dump transaction ID */
unsigned int dmptid;
} LHK_MEMSTATS;
Fields:
Nonzero if dump is active.
Current dump address.
Total number of bytes to dump.
Function code for current dump.
Starting dump address.
Status of most recent dump action.
Transaction ID for current dump.
Nonzero if load is active
Total number of bytes to load.
Current load offset.
Used by:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||