GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> DFI / V5-2-2 > dficheck / linux-gcc
#include "DFI/DfiLpa-HipHandler.hh"
#include "PBI/Check.h"
#include "QSP/QHFC_rsd_v0.h"
CVS $Id: DfiLpa-HipHandlerCheck.cc,v 1.1 2008/06/10 23:46:53 russell Exp $
This file allows one to export the defintions of the result summary data for the Heavy Ion handler without exporting include files from the QGFC package (this is not allowed; DFI is self-contained). Because it is allowed to import the QGFC symbols (it just can't export them) it can check for consistency between the symbols in the two packages.
| #define CheckStatusHipV0 | ( | _q, | |||
| _d | ) |
Value:
CHECK (HipStatusV0 ## _q, \ ((QHFC_RSD_V0_STATUS_V_ ## _q == (int)DfiLpa::HipHandlerRsd ## _d ## _v) &&\ (QHFC_RSD_V0_STATUS_M_ ## _q == (int)DfiLpa::HipHandlerRsd ## _d ## _m)))
| #define CheckStatusMaskHipV0 | ( | _q, | |||
| _d | ) |
Value:
CHECK (HipStatusMaskV0 ## _q, \
(QHFC_RSD_V0_STATUS_M_ ## _q == (int)DfiLpa::HipHandlerRsd ## _d ## _m))
1.5.3