Jpp  18.2.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
module_status.hh
Go to the documentation of this file.
1 #ifndef __module_status__
2 #define __module_status__
3 
4 /**
5  * KM3NeT Data Definitions v3.2.0-2-gaaf0dd0
6  * https://git.km3net.de/common/km3net-dataformat
7  */
8 
9 /**
10  * module_status
11  */
12 static const int MODULE_DISABLE = 0; //!< Enable (disable) use of this module if this status bit is 0 (1);
13 static const int COMPASS_DISABLE = 1; //!< Enable (disable) use of compass if this status bit is 0 (1);
14 static const int HYDROPHONE_DISABLE = 2; //!< Enable (disable) use of hydrophone if this status bit is 0 (1);
15 static const int PIEZO_DISABLE = 3; //!< Enable (disable) use of piezo if this status bit is 0 (1);
16 static const int MODULE_OUT_OF_SYNC = 4; //!< Enable (disable) synchronous signal from this module if this status bit is 0 (1);
17 static const int TRANSMITTER_DISABLE = 5; //!< Enable (disable) use of transmitter if this status bit is 0 (1);
18 #endif
static const int COMPASS_DISABLE
Enable (disable) use of compass if this status bit is 0 (1);.
static const int TRANSMITTER_DISABLE
Enable (disable) use of transmitter 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.