![]() |
C++ SDK Documentation
12.0.3
|
Class to interact with counters. More...

Public Member Functions | |
| virtual bool | addToCounter (int counterIndex, vint value)=0 |
| virtual bool | getCounterValue (int counterIndex, vint &value)=0 |
| virtual RequestedCounters * | getCurrentCounters ()=0 |
| virtual bool | recordTimestamp (int counterIndex)=0 |
| virtual bool | resetTimer (int counterIndex)=0 |
| virtual bool | setCounterValue (int counterIndex, vint value)=0 |
| virtual bool | startTimer (int counterIndex)=0 |
| virtual bool | stopTimer (int counterIndex)=0 |
Class to interact with counters.
|
pure virtual |
Add a value to counter
|
pure virtual |
Get the current value of the counter
|
pure virtual |
Save the current time to the counter
|
pure virtual |
Clear a time counter
|
pure virtual |
Set counter to a value
|
pure virtual |
Start a time counter
|
pure virtual |
Stop a time counter