DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
CardWrapper.cpp File Reference
#include "CardWrapper.hpp"
#include "FelixDefinitions.hpp"
#include "FelixIssues.hpp"
#include "logging/Logging.hpp"
#include "flxcard/FlxException.h"
#include "packetformat/block_format.hpp"
#include <chrono>
#include <memory>
#include <string>
Include dependency graph for CardWrapper.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

FELIX's FlxCard library wrapper implementation

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 CardWrapper.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 26 of file CardWrapper.cpp.

27{
29 TLVL_WORK_STEPS = 10,
30 TLVL_BOOKKEEPING = 15
31};
@ TLVL_ENTER_EXIT_METHODS