DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
CardControllerWrapper.cpp File Reference
#include "CardControllerWrapper.hpp"
#include "flxlibs/opmon/CardControllerWrapper.pb.h"
#include "FelixDefinitions.hpp"
#include "FelixIssues.hpp"
#include "logging/Logging.hpp"
#include "appmodel/FelixDataSender.hpp"
#include "appmodel/FelixInterface.hpp"
#include "flxcard/FlxException.h"
#include "fmt/core.h"
#include <iomanip>
#include <memory>
#include <string>
Include dependency graph for CardControllerWrapper.cpp:

Go to the source code of this file.

Namespaces

namespace  dunedaq
 Including Qt Headers.
 
namespace  dunedaq::flxlibs
 

Enumerations

enum  { TLVL_ENTER_EXIT_METHODS = 5 , TLVL_WORK_STEPS = 10 , TLVL_BOOKKEEPING = 15 }
 TRACE debug levels used in this source file. More...
 

Detailed Description

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

Definition in file CardControllerWrapper.cpp.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

TRACE debug levels used in this source file.

Enumerator
TLVL_ENTER_EXIT_METHODS 
TLVL_WORK_STEPS 
TLVL_BOOKKEEPING 

Definition at line 30 of file CardControllerWrapper.cpp.

31{
33 TLVL_WORK_STEPS = 10,
34 TLVL_BOOKKEEPING = 15
35};
@ TLVL_ENTER_EXIT_METHODS