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

MEMSTATS mem - Telemetry Struct


"MEM Statistics" (APP/LHK)

View Options: (help)

Ancestry:

Definition:

    Alignment:4-byte boundary
    APID:556/0x22C
    Attribute(s):
    Length: 384 bits (48 bytes)
    Offset:0x014

Description:

    Contains statistics for the MEM task.

Layout: (hide detail; help)

MEM Statistics (MEMSTATS)
Telemetry Field Format
0x 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
014 MLDSTAT ldstat
018 MLDACT ldact
01C MLDSTADR ldstart
020 MLDBYTS ldbytes
024 MLDOFF ldoffset
028 MDPSTAT dmpstat
02C MDPACT dmpact
030 MDPSTADR dmpstart
034 MDPBYTS dmpbytes
038 MDPADDR dmpaddr
03C MDPFCD dmpfcode
040 MDPTXID dmptid

    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:

      Attribute(s):  

      Brief:  "Memory dump active"

      Instance(s):  dmpact

      Nonzero if dump is active.

      Attribute(s):  

      Brief:  "Memory dump address"

      Instance(s):  dmpaddr

      Current dump address.

      Attribute(s):  

      Brief:  "Memory dump bytes"

      Instance(s):  dmpbytes

      Total number of bytes to dump.

      Attribute(s):  

      Brief:  "Memory dump function code"

      Instance(s):  dmpfcode

      Function code for current dump.

      Attribute(s):  

      Brief:  "Memory dump start address"

      Instance(s):  dmpstart

      Starting dump address.

      Attribute(s):  

      Brief:  "Memory dump status"

      Instance(s):  dmpstat

      Status of most recent dump action.

      Attribute(s):  

      Brief:  "Memory dump transaction ID"

      Instance(s):  dmptid

      Transaction ID for current dump.

      Attribute(s):  

      Brief:  "Memory load active flag"

      Instance(s):  ldact

      Nonzero if load is active

      Attribute(s):  

      Brief:  "Memory load total bytes"

      Instance(s):  ldbytes

      Total number of bytes to load.

      Attribute(s):  

      Brief:  "Memory load offset"

      Instance(s):  ldoffset

      Current load offset.

      Attribute(s):  

      Brief:  "Starting memory load address"

      Instance(s):  ldstart

      Attribute(s):  

      Brief:  "Status of most recent load action"

      Instance(s):  ldstat