|
Jpp test-rotations-old
the software that should make you happy
|
KM3NeT DAQ constants, bit handling, etc. More...
#include "km3net-dataformat/online/JDAQException.hh"Go to the source code of this file.
Classes | |
| struct | KM3NETDAQ::JBit |
| Auxiliary data structure for single bit. More... | |
| struct | KM3NETDAQ::JBits |
| Auxiliary data structure for range of bits. More... | |
Namespaces | |
| namespace | KM3NETDAQ |
| KM3NeT DAQ data structures and auxiliaries. | |
Macros | |
| #define | KM3NET 1 |
| #define | ANTARES 2 |
Variables | |
| static const int | KM3NETDAQ::NUMBER_OF_PMTS = 31 |
| Total number of PMTs in module. | |
| static const JBit | KM3NETDAQ::DAQ_WHITE_RABBIT (31) |
| White Rabbit status. | |
| static const JBits | KM3NETDAQ::DAQ_TDC (0, 30) |
| TDC high-rate veto status. | |
| static const JBits | KM3NETDAQ::DAQ_FIFO (0, 30) |
| FIFO almost full bits. | |
| static const JBit | KM3NETDAQ::DAQ_UDP_TRAILER (31) |
| UDP trailer. | |
| static const JBits | KM3NETDAQ::DAQ_UDP_RECEIVED_PACKETS (0, 15) |
| Mask of UDP received packets. | |
| static const JBits | KM3NETDAQ::DAQ_UDP_SEQUENCE_NUMBER (16, 31) |
| Mask of UDP sequence number. | |