@ class IMonitoringTool
More...
#include <IMonitoringTool.h>
|
| | DeclareInterfaceID (IMonitoringTool, 1, 0) |
| | Creates the InterfaceID and interfaceID() method.
|
| virtual | ~IMonitoringTool () |
| | virtual destructor
|
| virtual double | getCurrent () const =0 |
| | return current monitoring information
|
| virtual void | dumpCurrent (const char *infoStr, bool considerInSummary=false)=0 |
| | dump current monitoring information
|
| virtual void | recordCurrent (const char *infoStr)=0 |
| | store the current monitoring information internally
|
| virtual void | dumpSummary (const char *dumpCallDescr=0) const =0 |
| | dump all internally stored monitoring information
|
@ class IMonitoringTool
@ author Elmar.Ritsch -at- cern.ch
Definition at line 25 of file IMonitoringTool.h.
◆ ~IMonitoringTool()
| virtual ISF::IMonitoringTool::~IMonitoringTool |
( |
| ) |
|
|
inlinevirtual |
◆ DeclareInterfaceID()
Creates the InterfaceID and interfaceID() method.
◆ dumpCurrent()
| virtual void ISF::IMonitoringTool::dumpCurrent |
( |
const char * | infoStr, |
|
|
bool | considerInSummary = false ) |
|
pure virtual |
dump current monitoring information
◆ dumpSummary()
| virtual void ISF::IMonitoringTool::dumpSummary |
( |
const char * | dumpCallDescr = 0 | ) |
const |
|
pure virtual |
dump all internally stored monitoring information
◆ getCurrent()
| virtual double ISF::IMonitoringTool::getCurrent |
( |
| ) |
const |
|
pure virtual |
return current monitoring information
◆ recordCurrent()
| virtual void ISF::IMonitoringTool::recordCurrent |
( |
const char * | infoStr | ) |
|
|
pure virtual |
store the current monitoring information internally
The documentation for this class was generated from the following file: