![]() |
The Gaudi Framework
v36r1 (3e2fb5a8)
|
Central entity in a Gaudi application that manages monitoring objects (i.e. More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/Gaudi/MonitoringHub.h>

Classes | |
| class | Entity |
| Wrapper class for arbitrary monitoring objects. More... | |
| struct | Sink |
| Interface reporting services must implement. More... | |
Public Types | |
| using | json = nlohmann::json |
Public Member Functions | |
| template<typename T > | |
| void | registerEntity (std::string c, std::string n, std::string t, T &ent) |
| void | registerEntity (Entity ent) |
| template<typename T > | |
| void | removeEntity (T &ent) |
| void | addSink (Sink *sink) |
| void | removeSink (Sink *sink) |
Private Attributes | |
| std::deque< Sink * > | m_sinks |
| std::deque< Entity > | m_entities |
Central entity in a Gaudi application that manages monitoring objects (i.e.
counters, histograms, etc.).
The Gaudi::Monitoring::Hub delegates the actual reports to services implementing the Gaudi::Monitoring::Hub::Sink interface.
Definition at line 24 of file MonitoringHub.h.
| using Gaudi::Monitoring::Hub::json = nlohmann::json |
Definition at line 25 of file MonitoringHub.h.
|
inline |
Definition at line 102 of file MonitoringHub.h.
|
inline |
Definition at line 88 of file MonitoringHub.h.
|
inline |
Definition at line 85 of file MonitoringHub.h.
|
inline |
Definition at line 94 of file MonitoringHub.h.
|
inline |
|
private |
Definition at line 114 of file MonitoringHub.h.
|
private |
Definition at line 113 of file MonitoringHub.h.