DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
InfoGatherer.hpp File Reference
#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>
Include dependency graph for InfoGatherer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  dunedaq
 Including Qt Headers.
 

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
 

Detailed Description

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.