GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > QMEM / V0-0-0

Constituent: qmem     Tag: sun-gcc


Interface   Data Structures   File List   Data Fields   Globals  

_QMEM_Context Struct Reference

Context of a datagram parsing operation. More...

Collaboration diagram for _QMEM_Context:

Collaboration graph
[legend]

Data Fields

unsigned int key
QMEM_Parse_State state
QMEM_Status status
unsigned int num_datagrams
QMEM_Dump_Desc desc
int desc_valid
unsigned int bytes_dumped
unsigned int bytes_available
unsigned char * data_buf_p
unsigned int data_buf_bytes

Detailed Description

Context of a datagram parsing operation.


Field Documentation

unsigned int _QMEM_Context::bytes_available
 

Number of bytes of data extracted from the memory dump datagram and stored in the data buffer.

unsigned int _QMEM_Context::bytes_dumped
 

Number of bytes of data contained in the memory dump datagram.

unsigned int _QMEM_Context::data_buf_bytes
 

Size, in bytes, of the data_buf_p buffer.

unsigned char* _QMEM_Context::data_buf_p
 

Pointer to a buffer in which dump data can be saved.

QMEM_Dump_Desc _QMEM_Context::desc
 

Description information from the memory dump datagram.

int _QMEM_Context::desc_valid
 

Flag indicating that the memory dump description information is valid.

unsigned int _QMEM_Context::key
 

Key value that is set to QMEM_CONTEXT_VALID_KEY when the context information is valid.

unsigned int _QMEM_Context::num_datagrams
 

Number of datagrams parsed within the current context.

QMEM_Parse_State _QMEM_Context::state
 

Current parsing state.

QMEM_Status _QMEM_Context::status
 

Parsing status for the current datagram.


The documentation for this struct was generated from the following file:
Generated on Tue Dec 13 22:37:38 2005 by  doxygen 1.4.4