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.
 
◆ JGetModuleStatusBit()
  
  
      
        
          | JDETECTOR::JGetModuleStatusBit::JGetModuleStatusBit  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Default constructor. 
Definition at line 40 of file JModuleStatus.hh.
   41    {
   42#define MAKE_ENTRY(A) std::make_pair(#A, A)
   43 
   49 
   50#undef MAKE_ENTRY
   51    }
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.6.0 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);.
 
 
 
 
◆ operator()()
  
  
      
        
          | int JEEP::JGetStatusBit::operator()  | 
          ( | 
          const std::string & |           key | ) | 
           const | 
         
       
   | 
  
inlineinherited   | 
  
 
Get status bit. 
- Parameters
 - 
  
  
 
- Returns
 - bit 
 
Definition at line 216 of file JStatus.hh.
  217    {
  218      return this->at(key);
  219    }
 
 
 
The documentation for this struct was generated from the following file: