DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq::datahandlinglibs::logging Namespace Reference

Enumerations

enum  {
  TLVL_HOUSEKEEPING = 1 , TLVL_TAKE_NOTE = 2 , TLVL_ENTER_EXIT_METHODS = 5 , TLVL_WORK_STEPS = 10 ,
  TLVL_QUEUE_PUSH = 11 , TLVL_QUEUE_POP = 12 , TLVL_BOOKKEEPING = 15 , TLVL_TIME_SYNCS = 17 ,
  TLVL_FRAME_RECEIVED = 19
}
 Common name used by TRACE TLOG calls from this package. More...
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

Common name used by TRACE TLOG calls from this package.

Enumerator
TLVL_HOUSEKEEPING 
TLVL_TAKE_NOTE 
TLVL_ENTER_EXIT_METHODS 
TLVL_WORK_STEPS 
TLVL_QUEUE_PUSH 
TLVL_QUEUE_POP 
TLVL_BOOKKEEPING 
TLVL_TIME_SYNCS 
TLVL_FRAME_RECEIVED 

Definition at line 18 of file ReadoutLogging.hpp.

19{
20 TLVL_HOUSEKEEPING = 1,
21 TLVL_TAKE_NOTE = 2,
23 TLVL_WORK_STEPS = 10,
24 TLVL_QUEUE_PUSH = 11,
25 TLVL_QUEUE_POP = 12,
26 TLVL_BOOKKEEPING = 15,
27 TLVL_TIME_SYNCS = 17,
28 TLVL_FRAME_RECEIVED = 19
29};
#define TLVL_ENTER_EXIT_METHODS