GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > QSSP / V0-0-0
Constituent: qssp     Tag: linux-gcc
This graph shows which files directly or indirectly include this file:

Typedefs | |
| typedef _QSSP | QSSP |
| typedef _QSSP_ctx | QSSP_ctx |
| typedef _QSSP_sample | QSSP_sample |
| typedef _LSF_datagram | LSF_datagram |
| typedef _LSF_contribution | LSF_contribution |
| typedef _LSF_record | LSF_record |
Functions | |
| QSSP * | QSSP_alloc (void *must_be_null) |
| Allocates and constructs a QSSP handle. | |
| const LSF_contribution * | QSSP_updateAtDatagram (QSSP *qssp, const LSF_datagram *dgm) |
| Updates the context at datagram time. | |
| int | QSSP_updateAtContribution (QSSP *qssp, const LSF_contribution *ctb) |
| Updates the context at datagram time. | |
| int | QSSP_updateAtRecord (QSSP *qssp, const LSF_record *rec) |
| Updates the context at record time. | |
| const QSSP_sample * | QSSP_retrieve (const QSSP *qssp) |
| Retrieves the most recent sample, global or incremental that was processed. | |
| void | QSSP_destruct (QSSP *qssp) |
| The destructor for a QSSP control structure. | |
| const QSSP_ctx * | QSSP_ctxGet (const QSSP *qssp) |
| Locates the statistics context (meta-data). | |
| int | QSSP_sizeof (void *must_be_null) |
| Returns the size, in bytes, of a QSS control structure. | |
| QSSP * | QSSP_construct (QSSP *qssp, void *must_be_null) |
| The constructor for a QSSP control structure. | |
CVS $Id: QSSP.h,v 1.1.1.1 2008/04/02 01:19:26 russell Exp $
|
|
Allocates and constructs a QSSP handle.
|
|
||||||||||||
|
The constructor for a QSSP control structure.
|
|
|
Locates the statistics context (meta-data).
|
|
|
The destructor for a QSSP control structure.
|
|
|
Retrieves the most recent sample, global or incremental that was processed.
|
|
|
Returns the size, in bytes, of a QSS control structure.
|
|
||||||||||||
|
Updates the context at datagram time.
|
|
||||||||||||
|
Updates the context at datagram time.
|
|
||||||||||||
|
Updates the context at record time.
|
1.4.4