DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "opmonlib/Utils.hpp"
#include "opmonlib/OpMonFacility.hpp"
#include <opmonlib/opmon/monitoring_tree.pb.h>
#include "confmodel/OpMonConf.hpp"
#include "logging/Logging.hpp"
#include <google/protobuf/message.h>
#include <limits>
#include <type_traits>
#include <map>
#include <memory>
#include <string>
#include <mutex>
Go to the source code of this file.
Classes | |
class | dunedaq::opmonlib::MonitorableObject |
class | dunedaq::opmonlib::OpMonLink |
Namespaces | |
namespace | dunedaq |
Including Qt Headers. | |
namespace | dunedaq::opmonlib |
Typedefs | |
using | dunedaq::opmonlib::OpMonLevel |
Enumerations | |
enum class | dunedaq::opmonlib::SystemOpMonLevel : OpMonLevel { dunedaq::opmonlib::kDisabled = std::numeric_limits<OpMonLevel>::min() , dunedaq::opmonlib::kAll = std::numeric_limits<OpMonLevel>::max() } |
enum class | dunedaq::opmonlib::EntryOpMonLevel : OpMonLevel { dunedaq::opmonlib::kTopPriority = std::numeric_limits<OpMonLevel>::min() , dunedaq::opmonlib::kEventDriven = std::numeric_limits<OpMonLevel>::max()/4 , dunedaq::opmonlib::kDefault = std::numeric_limits<OpMonLevel>::max()/2 , dunedaq::opmonlib::kLowestPrioriry = std::numeric_limits<OpMonLevel>::max()-1 } |
Functions | |
dunedaq::ERS_DECLARE_ISSUE (opmonlib, NonUniqueNodeName, name<< " already present in the node list of "<< opmon_id,((std::string) name)((std::string) opmon_id)) ERS_DECLARE_ISSUE(opmonlib | |
template<class T > | |
constexpr auto | dunedaq::opmonlib::to_level (T v) |
Variables | |
dunedaq::EntryWithNoData | |
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 MonitorableObject.hpp.