GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > QPIG / V1-0-2
Constituent: qpig     Tag: linux-gcc
#include "QPIG_p.h"
#include "QPIG/QPIG.h"
#include "QPIG/state.h"
#include "LSF/LSF.h"
#include "LSF/LSF_ids.h"
#include "LSF/LSF_scan.h"
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for QPIG.c:

Functions | |
| QPIG * | QPIG_alloc (void) |
| Allocates and constructs the QPIG handle. | |
| size_t | QPIG_sizeof (void *prm) |
| Returns the size, in bytes, of the handle for updating the standard event meta-information. | |
| QPIG * | QPIG_construct (QPIG *qpig, void *prm) |
| Construct (initializes) the handle for updating the standard event meta-information. | |
| void | QPIG_destruct (QPIG *qpig) |
| Destroy the QPIG handle. | |
| void | QPIG_updateAtDatagram (QPIG *qpig, const LSF_datagram *dgm) |
| Updates the run oriented information in the event context using the information from the event datagram. | |
| const QPIG_state * | QPIG_appStateGet (const QPIG *qpig) |
| Return a pointer to the public QPIG application specific context block. | |
|
|
Allocates and constructs the QPIG handle.
|
|
|
Return a pointer to the public QPIG application specific context block.
|
|
||||||||||||
|
Construct (initializes) the handle for updating the standard event meta-information.
|
|
|
Destroy the QPIG handle.
|
|
|
Returns the size, in bytes, of the handle for updating the standard event meta-information.
|
|
||||||||||||
|
Updates the run oriented information in the event context using the information from the event datagram.
|
1.4.4