GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > QEMP / V1-1-3
Constituent: qemp     Tag: linux-gcc
#include "LSF/LSF.h"
#include "EMP/EMP_hdrdefs.h"
Include dependency graph for QEMP.h:

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

Typedefs | |
| typedef enum _QEMP_TYPEID | QEMP_TYPEID |
| type_id used in LSF contributor for QEMP, also returned from QEMP_typeof() | |
| typedef enum _QEMP_STATUS | QEMP_STATUS |
| Typedef for enum _QSEM_STATUS. | |
Enumerations | |
| enum | _QEMP_TYPEID { QEMP_TYPEID_UNKNOWN = -1, QEMP_TYPEID_ASC = 0 } |
| Type id used in LSF contributor for uncompressed ASC histogram. More... | |
| enum | _QEMP_STATUS { QEMP_STATUS_SUCCESS = 0, QEMP_STATUS_DGM_UNKNOWN_TYPEID = -2, QEMP_STATUS_DGM_UNKNOWN_VER = -3, QEMP_STATUS_CTB_UNKNOWN_VER = -4, QEMP_STATUS_CTB_BAD_LEN32 = -5, QEMP_STATUS_CTB_UNKNOWN_TYPEID = -6, QEMP_STATUS_CTB_WRONG_TYPEID = -7, QEMP_STATUS_CTB_INFLATE_FAIL = -8 } |
| Enumerates the varios status codes. More... | |
Functions | |
| unsigned int | QEMP_sizeof (QEMP_TYPEID typeid) |
| Return the size, in bytes, of the buffer needed to handle data of the specified type. | |
| QEMP_TYPEID | QEMP_typeof (const LSF_contribution *ctb) |
| Return the type of given contribution. | |
| const char * | QEMP_errToStr (QEMP_STATUS status) |
| Convert error code to a string. | |
CVS $Id: QEMP.h,v 1.6 2006/10/21 00:29:59 russell Exp $
|
|
|
Type id used in LSF contributor for uncompressed ASC histogram.
|
|
|
Convert error code to a string.
|
|
|
Return the size, in bytes, of the buffer needed to handle data of the specified type.
|
|
|
Return the type of given contribution.
|
1.4.4