Jpp 20.0.0-rc.7
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 * ␌ile
6 * KM3NeT Data Definitions v3.6.1-27-ge2759ac
7 * https://git.km3net.de/common/km3net-dataformat
8 */
9
10/**
11 * module_status
12 */
13static const int MODULE_DISABLE = 0; //!< Enable (disable) use of this module if this status bit is 0 (1);
14static const int COMPASS_DISABLE = 1; //!< Enable (disable) use of compass if this status bit is 0 (1);
15static const int HYDROPHONE_DISABLE = 2; //!< Enable (disable) use of hydrophone if this status bit is 0 (1);
16static const int PIEZO_DISABLE = 3; //!< Enable (disable) use of piezo if this status bit is 0 (1);
17static const int MODULE_OUT_OF_SYNC = 4; //!< Enable (disable) synchronous signal from this module if this status bit is 0 (1);
18static const int TRANSMITTER_DISABLE = 5; //!< Enable (disable) use of transmitter if this status bit is 0 (1);
19#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
ile KM3NeT Data Definitions v3.6.1-27-ge2759ac 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);.