GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > MEM / V5-8-0

Constituent: mem_scp     Tag: linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

QMEM.h File Reference

Public interface to the MEM package SSR data format. More...

#include "LSF/LSF.h"
#include "PBI/Endianness.h"

Include dependency graph for QMEM.h:

This graph shows which files directly or indirectly include this file:


Data Structures

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 _QMEM_Dump_Ident QMEM_Dump_Ident
 Typedef for _QMEM_Dump_Ident.
typedef _QMEM_Dump_Desc QMEM_Dump_Desc
 Typedef for _QMEM_Dump_Desc.
typedef _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.

Detailed Description

Public interface to the MEM package SSR data format.

**  CVS $Id: QMEM.h,v 1.1 2005/09/21 16:45:08 dmay Exp $
**  

Defines the public interface to the data structures that determine the format of memory dump data sent to the SSR.


Enumeration Type Documentation

enum _QMEM_Id
 

MEM package contribution IDs.

Enumerator:
QMEM_ID_NONE  Reserved ID value.
QMEM_ID_DESC  Dump description contribution.
QMEM_ID_DATA  Dump data contribution.


Function Documentation

void QMEM_dump char *  buf_p,
unsigned int  buf_bytes
 

Dump a MEM package datagram.

Parameters:
buf_p Pointer to buffer containing the datagram.
buf_bytes Number of valid bytes in the buffer.
Returns:
Nothing.


Generated on Sun Jun 14 02:35:12 2009 by  doxygen 1.4.4