Jpp 20.0.0-27-g39925593c-D
the software that should make you happy
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Variables
JDAQ.hh File Reference

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.
 

Detailed Description

KM3NeT DAQ constants, bit handling, etc.

Author
mdejong

Definition in file JDAQ.hh.

Macro Definition Documentation

◆ KM3NET

#define KM3NET   1

Definition at line 20 of file JDAQ.hh.

◆ ANTARES

#define ANTARES   2

Definition at line 21 of file JDAQ.hh.