GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> MEM / V5-8-2 > mem / sun-gcc
#include <LSF/LSF.h>
#include <PBI/Endianness.h>
Classes | |
| struct | _QMEM_Dump_Ident |
| Indentifying information for a memory dump. More... | |
| struct | _QMEM_Dump_Desc |
| Description of a memory dump. More... | |
| struct | _QMEM_Dump_Datagram |
| LSF datagram for a memory dump. More... | |
Defines | |
| #define | QMEM_VERSION_DGM (1) |
| Current version of the MEM package SSR datagram format. | |
| #define | QMEM_VERSION_DESC (1) |
| Current version of the MEM package dump description format. | |
| #define | QMEM_VERSION_DATA (1) |
| Current version of the MEM package dump data format. | |
Typedefs | |
| typedef enum _QMEM_Id | QMEM_Id |
| Typedef for _QMEM_Id. | |
| typedef struct _QMEM_Dump_Ident | QMEM_Dump_Ident |
| Typedef for _QMEM_Dump_Ident. | |
| typedef struct _QMEM_Dump_Desc | QMEM_Dump_Desc |
| Typedef for _QMEM_Dump_Desc. | |
| typedef struct _QMEM_Dump_Datagram | QMEM_Dump_Datagram |
| Typedef for _QMEM_Dump_Datagram. | |
Enumerations | |
| enum | _QMEM_Id { QMEM_ID_NONE = 0, QMEM_ID_DESC = 1, QMEM_ID_DATA = 2 } |
| MEM package contribution IDs. More... | |
Functions | |
| void | QMEM_dump (char *buf_p, unsigned int buf_bytes) |
| Dump a MEM package datagram. | |
** CVS $Id: QMEM.h,v 1.2 2011/03/29 01:58:52 apw Exp $ **
Defines the public interface to the data structures that determine the format of memory dump data sent to the SSR.
| enum _QMEM_Id |
| void QMEM_dump | ( | char * | buf_p, | |
| unsigned int | buf_bytes | |||
| ) |
Dump a MEM package datagram.
| buf_p | Pointer to buffer containing the datagram. | |
| buf_bytes | Number of valid bytes in the buffer. |
1.5.8