DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#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>
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... | |
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.
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.