Auxiliary class to map key to module status bit.
More...
#include <JModuleStatus.hh>
Auxiliary class to map key to module status bit.
Definition at line 34 of file JModuleStatus.hh.
JDETECTOR::JGetModuleStatusBit::JGetModuleStatusBit |
( |
| ) |
|
|
inline |
Default constructor.
Definition at line 40 of file JModuleStatus.hh.
42 #define MAKE_ENTRY(A) std::make_pair(#A, A)
static const int COMPASS_DISABLE
Enable (disable) use of compass if this status bit is 0 (1);.
static const int PIEZO_DISABLE
Enable (disable) use of piezo if this status bit is 0 (1);.
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.2.0-2-gaaf0dd0 https://git.km3net.de/common/km3net-dataformat.
int JEEP::JGetStatusBit::operator() |
( |
const std::string & |
key | ) |
const |
|
inlineinherited |
Get status bit.
- Parameters
-
- Returns
- bit
Definition at line 216 of file JStatus.hh.
218 return this->at(key);
The documentation for this struct was generated from the following file: