GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > DUMP / V0-1-1
Constituent: dump     Tag: linux-gcc
#include "LSF/LSF_scan.h"
#include <stdlib.h>
Include dependency graph for dump.h:

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

Typedefs | |
| typedef _ApidStream | ApidStream |
| APID stream structure typedef. | |
| typedef LSF_scanContributionHandler | DUMP_dgmHandler (ApidStream *stream, const LSF_datagram *dgm) |
| 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 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. | |
| void | DUMP_getTime (ApidStream *astream, unsigned int *secs, unsigned int *usecs) |
| Get the packet time for the current datagram. | |
| int | DUMP_process (const char *file, int dmp_ccsds) |
| Process a file of science datagrams. | |
|
||||||||||||||||||||||||||||||||
|
Construct an ApidStream structure using the resources provided.
|
|
|
Hand back the pointer to the application resources.
|
|
||||||||||||||||
|
Get the packet time for the current datagram. This routine returns the time fields from the last telemetry packet of the current datagram.
|
|
||||||||||||
|
Process a file of science datagrams.
|
|
|
Return the size of the ApidStream structure.
|
1.4.4