Jpp
18.6.0-rc.1
the software that should make you happy
|
Go to the source code of this file.
Variables | |
static const int | MODULE_DISABLE = 0 |
KM3NeT Data Definitions v3.3.0-2-g5cc95cf https://git.km3net.de/common/km3net-dataformat. More... | |
static const int | COMPASS_DISABLE = 1 |
Enable (disable) use of compass if this status bit is 0 (1);. More... | |
static const int | HYDROPHONE_DISABLE = 2 |
Enable (disable) use of hydrophone if this status bit is 0 (1);. More... | |
static const int | PIEZO_DISABLE = 3 |
Enable (disable) use of piezo if this status bit is 0 (1);. More... | |
static const int | MODULE_OUT_OF_SYNC = 4 |
Enable (disable) synchronous signal from this module if this status bit is 0 (1);. More... | |
static const int | TRANSMITTER_DISABLE = 5 |
Enable (disable) use of transmitter if this status bit is 0 (1);. More... | |
|
static |
KM3NeT Data Definitions v3.3.0-2-g5cc95cf https://git.km3net.de/common/km3net-dataformat.
module_statusEnable (disable) use of this module if this status bit is 0 (1);
Definition at line 12 of file module_status.hh.
|
static |
Enable (disable) use of compass if this status bit is 0 (1);.
Definition at line 13 of file module_status.hh.
|
static |
Enable (disable) use of hydrophone if this status bit is 0 (1);.
Definition at line 14 of file module_status.hh.
|
static |
Enable (disable) use of piezo if this status bit is 0 (1);.
Definition at line 15 of file module_status.hh.
|
static |
Enable (disable) synchronous signal from this module if this status bit is 0 (1);.
Definition at line 16 of file module_status.hh.
|
static |
Enable (disable) use of transmitter if this status bit is 0 (1);.
Definition at line 17 of file module_status.hh.