1 #ifndef __JDETECTOR__JMODULESTATUS__
2 #define __JDETECTOR__JMODULESTATUS__
42 #define MAKE_ENTRY(A) std::make_pair(#A, A)
Auxiliary methods to convert data members or return values of member methods of a set of objects to a...
static const int MODULE_OUT_OF_SYNC
Enable (disable) synchronous signal from this module if this status bit is 0 (1);.
static const int HYDROPHONE_DISABLE
Enable (disable) use of hydrophone if this status bit is 0 (1);.
static const int MODULE_DISABLE
KM3NeT Data Definitions v3.4.0-8-ge14cb17 https://git.km3net.de/common/km3net-dataformat.
static const int PIEZO_DISABLE
Enable (disable) use of piezo if this status bit is 0 (1);.
static const int COMPASS_DISABLE
Enable (disable) use of compass if this status bit is 0 (1);.
file Auxiliary data structures and methods for detector calibration.
std::vector< T > getModuleStatusBits()
Get module status bits.
static const JGetModuleStatusBit getModuleStatusBit
Function object to map key to module status bit.
static const JPutModuleStatusBit putModuleStatusBit(getModuleStatusBit)
Function object to map module status bit to key.
JPutStatusBit JPutModuleStatusBit
Type definition to map module status bit to key.
const array_type< JKey_t > & get_keys(const std::map< JKey_t, JValue_t, JComparator_t, JAllocator_t > &data)
Method to create array of keys of map.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Auxiliary class to map key to module status bit.
JGetModuleStatusBit()
Default constructor.
Auxiliary class to map key to status bit.
Auxiliary class to map status bit to key.
Auxiliary class for handling status.
Auxiliary class for a type holder.