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

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

Typedefs | |
| typedef _QPIG | QPIG |
| Data type for QPIG context block. | |
Functions | |
| QPIG * | QPIG_alloc (void) |
| Allocate and construct the QPIG context block. | |
| QPIG * | QPIG_construct (QPIG *qpig, void *prm) |
| Construct (initialize) the QPIG context block. | |
| void | QPIG_destruct (QPIG *qpig) |
| Destroy the QPIG context block. | |
| unsigned int | QPIG_sizeof (void *prm) |
| Return the size, in bytes, of the QPIG context block. | |
| const QPIG_state * | QPIG_stateGet (const QPIG *qpig) |
| Return the address of the QPIG register state data. | |
| void | QPIG_updateAtDatagram (QPIG *qpig, const LSF_datagram *dgm) |
| Update the register state information in the QPIG context. | |
| int | QPIG_versionGet (const QPIG *qpig) |
| Return the version of the QPIG register state data. | |
|
|
Allocate and construct the QPIG context block.
|
|
||||||||||||
|
Construct (initialize) the QPIG context block.
|
|
|
Destroy the QPIG context block.
|
|
|
Return the size, in bytes, of the QPIG context block.
|
|
|
Return the address of the QPIG register state data. This routine is just an accessor to keep the structure of QPIG private.
|
|
||||||||||||
|
Update the register state information in the QPIG context.
|
|
|
Return the version of the QPIG register state data. This routine is just an accessor to keep the structure of QPIG private.
|
1.4.4