|
| DeclareInterfaceID (IMonitorSvc, 4, 1) |
| InterfaceID. More...
|
|
virtual void | declareInfo (const std::string &name, const bool &var, const std::string &desc, const IInterface *owner)=0 |
| Declare monitoring information. More...
|
|
virtual void | declareInfo (const std::string &name, const int &var, const std::string &desc, const IInterface *owner)=0 |
|
virtual void | declareInfo (const std::string &name, const long &var, const std::string &desc, const IInterface *owner)=0 |
|
virtual void | declareInfo (const std::string &name, const double &var, const std::string &desc, const IInterface *owner)=0 |
|
virtual void | declareInfo (const std::string &name, const std::string &var, const std::string &desc, const IInterface *owner)=0 |
|
virtual void | declareInfo (const std::string &name, const std::pair< double, double > &var, const std::string &desc, const IInterface *owner)=0 |
|
virtual void | declareInfo (const std::string &name, const AIDA::IBaseHistogram *var, const std::string &desc, const IInterface *owner)=0 |
|
virtual void | declareInfo (const std::string &name, const StatEntity &var, const std::string &desc, const IInterface *owner)=0 |
|
virtual void | declareInfo (const std::string &name, const std::string &format, const void *var, int size, const std::string &desc, const IInterface *owner)=0 |
|
virtual void | undeclareInfo (const std::string &name, const IInterface *owner)=0 |
| Undeclare monitoring information. More...
|
|
virtual void | undeclareAll (const IInterface *owner)=0 |
| Undeclare monitoring information. More...
|
|
virtual std::set< std::string > * | getInfos (const IInterface *owner=0)=0 |
| Get the names for all declared monitoring informations for a given owner. More...
|
|
virtual void * | i_cast (const InterfaceID &) const =0 |
| main cast function More...
|
|
virtual std::vector< std::string > | getInterfaceNames () const =0 |
| Returns a vector of strings containing the names of all the implemented interfaces. More...
|
|
virtual unsigned long | addRef ()=0 |
| Increment the reference count of Interface instance. More...
|
|
virtual unsigned long | release ()=0 |
| Release Interface instance. More...
|
|
virtual unsigned long | refCount () const =0 |
| Current reference count. More...
|
|
virtual StatusCode | queryInterface (const InterfaceID &ti, void **pp)=0 |
| Set the void** to the pointer to the requested interface of the instance. More...
|
|
virtual | ~IInterface ()=default |
| Virtual destructor. More...
|
|
Definition of the IMonitorSvc interface, which publishes Gaudi variables to outside monitoring processes.
- Author
- Philippe Vannerem
-
Pere Mato
Definition at line 24 of file IMonitorSvc.h.