|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "daqdataformats/Types.hpp"#include "dfmessages/TriggerDecision.hpp"#include "dfmodules/opmon/TRBuilderData.pb.h"#include "ers/Issue.hpp"#include "nlohmann/json.hpp"#include "opmonlib/MonitorableObject.hpp"#include "logging/Logging.hpp"#include <atomic>#include <chrono>#include <functional>#include <limits>#include <list>#include <memory>#include <mutex>#include <string>#include <utility>Go to the source code of this file.
Namespaces | |
| namespace | dunedaq |
| The DUNE-DAQ namespace. | |
Functions | |
| dunedaq::ERS_DECLARE_ISSUE (dfmodules, DFOThresholdsNotConsistent, "Busy threshold ("<< busy<< ") is smaller than free threshold ("<< free<< ')',((size_t) busy)((size_t) free)) ERS_DECLARE_ISSUE(dfmodules | |
Variables | |
| dunedaq::AssignedTriggerDecisionNotFound | |
TriggerRecordBuilderData Class
The TriggerRecordBuilderData class represents the current state of a TRBModule's Trigger Record buffers for use by the DFO.
This is part of the DUNE DAQ Application Framework, copyright 2020. Licensing/copyright details are in the COPYING file that you should have received with this code.
Definition in file TriggerRecordBuilderData.hpp.