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

Constituent: qmem_dump_packets     Tag: linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

_Dump_State Struct Reference

State information for collecting memory dump datagrams. More...


Data Fields

FILE * in_file
int in_eof
char * out_fname
QMEM_Contextctx_p
int ctx_valid
unsigned char * dump_buf_p
unsigned int dump_buf_bytes
unsigned char * pkt_buf_p
unsigned int pkt_buf_bytes
unsigned int pkt_buf_offset


Detailed Description

State information for collecting memory dump datagrams.


Field Documentation

QMEM_Context* _Dump_State::ctx_p
 

Pointer to a QMEM parsing context.

int _Dump_State::ctx_valid
 

Flag that parsing context is valid.

unsigned int _Dump_State::dump_buf_bytes
 

Size, in bytes, of dump data buffer.

unsigned char* _Dump_State::dump_buf_p
 

Pointer to a buffer for dump data.

int _Dump_State::in_eof
 

Flag that end of packet file reached.

FILE* _Dump_State::in_file
 

Handle for file containing packets.

char* _Dump_State::out_fname
 

Prefix for output file names.

unsigned int _Dump_State::pkt_buf_bytes
 

Size, in bytes, of CCSDS pkt buffer.

unsigned int _Dump_State::pkt_buf_offset
 

Amount, in bytes, of data in pkt buf.

unsigned char* _Dump_State::pkt_buf_p
 

Pointer to a buffer for CCSDS pkts.


The documentation for this struct was generated from the following file:
Generated on Sun Jun 14 02:18:30 2009 by  doxygen 1.4.4