|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "timing/timingfirmwareinfo/Nljs.hpp"#include "timing/timingfirmwareinfo/Structs.hpp"#include "ers/Issue.hpp"#include "logging/Logging.hpp"#include "iomanager/Sender.hpp"#include "iomanager/IOManager.hpp"#include "nlohmann/json.hpp"#include <functional>#include <future>#include <list>#include <memory>#include <shared_mutex>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | dunedaq |
| The DUNE-DAQ namespace. | |
Functions | |
| dunedaq::ERS_DECLARE_ISSUE (timinglibs, GatherThreadingIssue, "Gather Threading Issue detected: "<< err,((std::string) err)) ERS_DECLARE_ISSUE(timinglibs | |
| An ERS Issue raised when a threading state error occurs. | |
Variables | |
| dunedaq::DeviceInfoSendFailed | |
InfoGatherer is a DAQModule implementation that provides the a mechanism of collecting and filling monitoring data in a dedicated thread.
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 InfoGatherer.hpp.