GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > QPIG / V1-0-2
Constituent: qpig     Tag: linux-gcc
#include "QPIG/state.h"
Include dependency graph for QPIG.h:

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

Functions | |
| QPIG * | QPIG_alloc (void) |
| Allocates and constructs 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. | |
| void | QPIG_destruct (QPIG *qpig) |
| Destroy the QPIG handle. | |
| const QPIG_state * | QPIG_appStateGet (const QPIG *qpig) |
| Return a pointer to the public QPIG application specific context block. | |
| unsigned int | 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. | |
CVS $Id: QPIG.h,v 1.2 2006/04/11 17:20:00 jswain Exp $
|
|
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