GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > LSEC / V6-0-0
Constituent: lsec     Tag: sun-gcc
#include "LSEC/LSEC_msgs.h"
#include "raw_p.h"
#include "PBI/Endianness.h"
#include "MSG/MSG_pubdefs.h"
#include "PBS/MBA.h"
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
Include dependency graph for raw.c:

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