DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
ConfigurationManager.cpp File Reference
Include dependency graph for ConfigurationManager.cpp:

Go to the source code of this file.

Enumerations

enum  {
  TLVL_SESSION = 5 , TLVL_APP = 6 , TLVL_MODULE = 7 , TLVL_QUEUE = 8 ,
  TLVL_ACTION_PLAN = 9
}
 

Detailed Description

ConfigurationManager class implementation

This is part of the DUNE DAQ Software Suite, copyright 2023. Licensing/copyright details are in the COPYING file that you should have received with this code.

Definition in file ConfigurationManager.cpp.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
TLVL_SESSION 
TLVL_APP 
TLVL_MODULE 
TLVL_QUEUE 
TLVL_ACTION_PLAN 

Definition at line 29 of file ConfigurationManager.cpp.

30{
31 TLVL_SESSION = 5,
32 TLVL_APP = 6,
33 TLVL_MODULE = 7,
34 TLVL_QUEUE = 8,
36
37};
@ TLVL_ACTION_PLAN