GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > LSEC / V5-0-1
Constituent: lsec     Tag: mv2304
#include <stdio.h>
Include dependency graph for raw.h:

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

Typedefs | |
| typedef LSEC_raw_ | LSEC_raw |
| Private structure holding raw data for a contribution. | |
Functions | |
| LSEC_raw * | LSEC_newRaw (unsigned wcnt, unsigned cap) |
| Allocate memory for an LSEC_acdCount structure. | |
| void | LSEC_deleteRaw (LSEC_raw *raw) |
| Free memory associated with the LSEC_raw structure. | |
| void | LSEC_clearRaw (LSEC_raw *raw) |
| Clear the LSEC_raw structure. | |
| void | LSEC_reportRaw (LSEC_raw *raw, FILE *fp) |
| Produce a formatted ASCII summary of the structure. | |
| unsigned | LSEC_checkRaw (LSEC_raw *raw) |
| Clear the LSEC_raw structure. | |
| unsigned char * | LSEC_packRaw (LSEC_raw *raw, unsigned char *buf) |
| Copy the raw portion of the current event contribution to the output buffer. | |
| void | LSEC_addRaw (LSEC_raw *raw, void *src) |
| Place the data in the next free slot. | |
|
||||||||||||
|
Place the data in the next free slot.
|
|
|
Clear the LSEC_raw structure.
|
|
|
Clear the LSEC_raw structure.
|
|
|
Free memory associated with the LSEC_raw structure.
|
|
||||||||||||
|
Allocate memory for an LSEC_acdCount structure.
|
|
||||||||||||
|
Copy the raw portion of the current event contribution to the output buffer.
|
|
||||||||||||
|
Produce a formatted ASCII summary of the structure.
|
1.4.4