DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <TestOpMonManager.hpp>
Public Member Functions | |
TestOpMonManager (std::string session="NULL", std::string name="tree") | |
virtual | ~TestOpMonManager ()=default |
auto | get_backend_facility () |
![]() | |
OpMonManager (std::string session, std::string name, std::string opmon_facility_uri="stdout") | |
virtual | ~OpMonManager ()=default |
void | start_monitoring () |
void | set_opmon_conf (const confmodel::OpMonConf *c) |
auto | get_opmon_id () const noexcept |
auto | get_opmon_level () const noexcept |
void | register_node (ElementId name, NewNodePtr) |
Additional Inherited Members | |
![]() | |
using | NodePtr = std::weak_ptr<MonitorableObject> |
using | NewNodePtr = std::shared_ptr<MonitorableObject> |
using | ElementId = std::string |
![]() | |
auto | get_opmon_facility () const |
OpMonManager (std::string session, std::string name, facility_ptr_t) | |
void | run (std::stop_token) |
![]() | |
MonitorableObject ()=default | |
void | register_node (ElementId name, NewNodePtr) |
void | publish (google::protobuf::Message &&, CustomOrigin &&co={}, OpMonLevel l=to_level(EntryOpMonLevel::kDefault)) const noexcept |
virtual void | generate_opmon_data () |
MonitorableObject (const MonitorableObject &)=delete | |
MonitorableObject & | operator= (const MonitorableObject &)=delete |
MonitorableObject (MonitorableObject &&)=delete | |
MonitorableObject & | operator= (MonitorableObject &&)=delete |
virtual | ~MonitorableObject ()=default |
auto | get_opmon_id () const noexcept |
auto | get_opmon_level () const noexcept |
![]() | |
static bool | publishable_metric (OpMonLevel entry, OpMonLevel system) noexcept |
Definition at line 28 of file TestOpMonManager.hpp.
|
inlineexplicit |
Definition at line 32 of file TestOpMonManager.hpp.
|
virtualdefault |
|
inline |
Definition at line 38 of file TestOpMonManager.hpp.