Jpp - the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
pmt_status.hh
Go to the documentation of this file.
1 #ifndef __pmt_status__
2 #define __pmt_status__
3 
4 /**
5  * KM3NeT Data Definitions v2.0.0-15-g59d2e2b
6  * https://git.km3net.de/common/km3net-dataformat
7  */
8 
9 /**
10  * pmt_status
11  */
12 static const int PMT_DISABLE = 0; //!< Enable (disable) use of this PMT if this status bit is 0 (1);
13 static const int HIGH_RATE_VETO_DISABLE = 1; //!< Enable (disable) use of high-rate veto test if this status bit is 0 (1);
14 static const int FIFO_FULL_DISABLE = 2; //!< Enable (disable) use of FIFO (almost) full test if this status bit is 0 (1);
15 static const int UDP_COUNTER_DISABLE = 3; //!< Enable (disable) use of UDP packet counter test if this status bit is 0 (1);
16 static const int UDP_TRAILER_DISABLE = 4; //!< Enable (disable) use of UDP packet trailer test if this status bit is 0 (1);
17 static const int OUT_OF_SYNC = 5; //!< Enable (disable) synchronous signal from this PMT if this status bit is 0
18 #endif
static const int HIGH_RATE_VETO_DISABLE
Enable (disable) use of high-rate veto test if this status bit is 0 (1);.
Definition: pmt_status.hh:13
static const int PMT_DISABLE
KM3NeT Data Definitions v2.0.0-15-g59d2e2b https://git.km3net.de/common/km3net-dataformat.
Definition: pmt_status.hh:12
static const int UDP_TRAILER_DISABLE
Enable (disable) use of UDP packet trailer test if this status bit is 0 (1);.
Definition: pmt_status.hh:16
static const int FIFO_FULL_DISABLE
Enable (disable) use of FIFO (almost) full test if this status bit is 0 (1);.
Definition: pmt_status.hh:14
static const int OUT_OF_SYNC
Enable (disable) synchronous signal from this PMT if this status bit is 0.
Definition: pmt_status.hh:17
static const int UDP_COUNTER_DISABLE
Enable (disable) use of UDP packet counter test if this status bit is 0 (1);.
Definition: pmt_status.hh:15