GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> DFI / V5-2-3 > dficheck / sun-gcc
#include <DFI/DfiLpa-MipHandler.hh>
#include <PBI/Check.h>
#include <QSP/QMFC_rsd_v0.h>
CVS $Id: DfiLpa-MipHandlerCheck.cc,v 1.2 2011/03/29 20:58:47 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 CheckStatusMaskMipV0 | ( | _q, | |||
| _d | ) |
Value:
CHECK (MipStatusMaskV0 ## _q, \
(QMFC_RSD_V0_STATUS_M_ ## _q == (int)DfiLpa::MipHandlerRsd ## _d ## _m))
| #define CheckStatusMipV0 | ( | _q, | |||
| _d | ) |
Value:
CHECK (MipStatusV0 ## _q, \ ((QMFC_RSD_V0_STATUS_V_ ## _q == (int)DfiLpa::MipHandlerRsd ## _d ## _v) &&\ (QMFC_RSD_V0_STATUS_M_ ## _q == (int)DfiLpa::MipHandlerRsd ## _d ## _m)))
1.5.8