Jpp  18.2.0-rc.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
module_status.sh
Go to the documentation of this file.
1 #!/bin/zsh
2 # KM3NeT Data Definitions v3.1.0-13-g917945e
3 # https://git.km3net.de/common/km3net-dataformat
4 
5 export MODULE_DISABLE=0
6 export COMPASS_DISABLE=1
7 export HYDROPHONE_DISABLE=2
8 export PIEZO_DISABLE=3
9 export MODULE_OUT_OF_SYNC=4
10 export TRANSMITTER_DISABLE=5
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.1.0-13-g917945e https://git.km3net.de/common/km3net-dataformat.