DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "dfmodules/TriggerInhibitAgent.hpp"
#include "dfmodules/CommonIssues.hpp"
#include "logging/Logging.hpp"
#include <memory>
#include <string>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | dunedaq |
Including Qt Headers. | |
namespace | dunedaq::dfmodules |
An ERS Issue for DataStore creation failure. | |
Macros | |
#define | TRACE_NAME "TriggerInhibitAgent" |
Name used by TRACE TLOG calls from this source file. | |
Enumerations | |
enum | { TLVL_ENTER_EXIT_METHODS = 5 , TLVL_WORK_STEPS = 10 } |
TriggerInhibitAgent class implementation
This is part of the DUNE DAQ Software Suite, copyright 2020. Licensing/copyright details are in the COPYING file that you should have received with this code.
Definition in file TriggerInhibitAgent.cpp.
#define TRACE_NAME "TriggerInhibitAgent" |
Name used by TRACE TLOG calls from this source file.
Definition at line 21 of file TriggerInhibitAgent.cpp.
anonymous enum |
Enumerator | |
---|---|
TLVL_ENTER_EXIT_METHODS | |
TLVL_WORK_STEPS |
Definition at line 22 of file TriggerInhibitAgent.cpp.