GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > DUMP / V0-1-1
Constituent: dump     Tag: linux-gcc
#include "dump_p.h"
#include "list_p.h"
#include "QSD/CCSDS_apidDsc.h"
#include "QSD/CCSDS_istream.h"
#include "QSD/CCSDS_telemetry.h"
#include "LSF/LSF.h"
#include "LSF/LSF_scan.h"
#include "LSF/LSF_print.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Include dependency graph for dump.c:

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