#include <EventCounter.h>
Inheritance diagram for EventCounter:

Public Methods | |
| EventCounter ( const std::string& name, ISvcLocator* pSvcLocator ) | |
| Constructor(s). More... | |
| ~EventCounter ( ) | |
| Destructor. More... | |
| StatusCode | initialize () |
| StatusCode | execute () |
| StatusCode | finalize () |
Private Attributes | |
| IntegerProperty | m_frequency |
| The frequency with which the number of events should be reported. More... | |
| int | m_skip |
| The number of events skipped since the last time the count was reported. More... | |
| int | m_total |
| The total events seen. More... | |
|
|
Constructor(s).
Definition at line 12 of file EventCounter.cpp. |
|
|
Destructor.
Definition at line 24 of file EventCounter.cpp. |
|
|
Definition at line 37 of file EventCounter.cpp. |
|
|
Definition at line 53 of file EventCounter.cpp. |
|
|
Definition at line 29 of file EventCounter.cpp. |
|
|
The frequency with which the number of events should be reported. The default is 1, corresponding to every event. Definition at line 36 of file EventCounter.h. |
|
|
The number of events skipped since the last time the count was reported.
Definition at line 42 of file EventCounter.h. |
|
|
The total events seen.
Definition at line 47 of file EventCounter.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000