GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > DUMP / V0-0-0
Constituent: dump     Tag: sun-gcc
#include "QSE/CCSDS_apidDsc.h"
#include "QSE/QSE_printDvr.h"
#include <unistd.h>
Include dependency graph for dump.h:

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

Typedefs | |
| typedef _ApidStream | ApidStream |
| Typedef for struct _ApidStream. | |
| typedef LSF_scanContributionHandler( | DUMP_dgmHandler )(ApidStream *, const LSF_datagram *) |
| Application specific datagram handler. | |
Functions | |
| size_t | DUMP_sizeofAstream (void) |
| Return the size of the ApidStream structure. | |
| ApidStream * | DUMP_constructAstream (void *astream, unsigned int dgmid, unsigned short int apid, unsigned char *dsc_buf, size_t buf_size, DUMP_dgmHandler *dgm_handler, void *rsrc) |
| Construct an ApidStream structure using the resources provided. | |
| void * | DUMP_getResource (ApidStream *astream) |
| Hand back the pointer to the application resources. | |
| int | DUMP_process (const char *file, int dmp_ccsds) |
| Process a file of physics events datagrams. | |
Cvs $Id: dump.h,v 1.1.1.1 2006/05/03 18:15:32 jswain Exp $
|
||||||||||||||||||||||||||||||||
|
Construct an ApidStream structure using the resources provided.
|
|
|
Hand back the pointer to the application resources.
|
|
||||||||||||
|
Process a file of physics events datagrams.
|
|
|
Return the size of the ApidStream structure.
|
1.4.4