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:652/0x28C
    Attribute(s):
    Length: 384 bits (48 bytes)
    Offset:0x044

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
044 MLDSTAT ldstat
048 MLDACT ldact
04C MLDSTADR ldstart
050 MLDBYTS ldbytes
054 MLDOFF ldoffset
058 MDPSTAT dmpstat
05C MDPACT dmpact
060 MDPSTADR dmpstart
064 MDPBYTS dmpbytes
068 MDPADDR dmpaddr
06C MDPFCD dmpfcode
070 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