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

MEMSTATS - Telemetry Struct


"MEM Statistics" (APP/LHK)

View Options: (help)

Definition:

    Alignment:4-byte boundary
    APID:673/0x2A1
    Attribute(s):
    Length: 384 bits (48 bytes)

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
000 MLDSTAT ldstat
004 MLDACT ldact
008 MLDSTADR ldstart
00C MLDBYTS ldbytes
010 MLDOFF ldoffset
014 MDPSTAT dmpstat
018 MDPACT dmpact
01C MDPSTADR dmpstart
020 MDPBYTS dmpbytes
024 MDPADDR dmpaddr
028 MDPFCD dmpfcode
02C 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

Used by: