Jpp  17.2.1-pre0
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.0.0-1-gb6f251e
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
static const int COMPASS_DISABLE
Enable (disable) use of compass 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.0.0-1-gb6f251e https://git.km3net.de/common/km3net-dataformat.