Jpp 19.3.0-rc.2
the software that should make you happy
Loading...
Searching...
No Matches
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.5.1-1-gd514d72
6 * https://git.km3net.de/common/km3net-dataformat
7 */
8
9/**
10 * module_status
11 */
12static const int MODULE_DISABLE = 0; //!< Enable (disable) use of this module if this status bit is 0 (1);
13static const int COMPASS_DISABLE = 1; //!< Enable (disable) use of compass if this status bit is 0 (1);
14static const int HYDROPHONE_DISABLE = 2; //!< Enable (disable) use of hydrophone if this status bit is 0 (1);
15static const int PIEZO_DISABLE = 3; //!< Enable (disable) use of piezo if this status bit is 0 (1);
16static const int MODULE_OUT_OF_SYNC = 4; //!< Enable (disable) synchronous signal from this module if this status bit is 0 (1);
17static const int TRANSMITTER_DISABLE = 5; //!< Enable (disable) use of transmitter if this status bit is 0 (1);
18#endif
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.5.1-1-gd514d72 https://git.km3net.de/common/km3net-dataformat.
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 COMPASS_DISABLE
Enable (disable) use of compass if this status bit is 0 (1);.