Jpp
18.0.0-rc.3
the software that should make you happy
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
externals
km3net-dataformat
definitions
module_status.py
Go to the documentation of this file.
1
# -*- coding: utf-8 -*-
2
"""
3
KM3NeT Data Definitions v3.0.0-5-gcddadc1
4
https://git.km3net.de/common/km3net-dataformat
5
"""
6
7
# module_status
8
data = dict(
9
MODULE_DISABLE= 0,
10
COMPASS_DISABLE= 1,
11
HYDROPHONE_DISABLE= 2,
12
PIEZO_DISABLE= 3,
13
MODULE_OUT_OF_SYNC= 4,
14
)
Generated by
1.8.5