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

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. | |
| static void | transfer_hdrEvt (QEMP_hdrEvt *dst, const EMP_hdrEvt *src) |
| Transfer an EMP_hdrEvt structure to a QEMP_hdrEvt structure. | |
| void | QEMP_hdrTransfer (QEMP_hdr *dst, const EMP_hdr *src) |
| Transfers the contents of an EMP_hdr structure to a QEMP_hdr structure. | |
CVS $Id: QEMP.c,v 1.4 2006/10/21 00:30:00 russell Exp $
|
|
Convert error code to a string.
|
|
||||||||||||
|
Transfers the contents of an EMP_hdr structure to a QEMP_hdr structure.
|
|
|
Return the size, in bytes, of the buffer needed to handle data of the specified type.
|
|
|
Return the type of given contribution.
|
|
||||||||||||
|
Transfer an EMP_hdrEvt structure to a QEMP_hdrEvt structure.
|
1.4.4