class Chrono : public nn::nex::RootObject
Measures the time that elapses between when the Start
and Stop
functions are called.
The time elapsed on the local station is measured in milliseconds. Just as with a regular stopwatch, this class can measure elapsed time except for the time between when it is paused and resumed during which the stopwatch itself is stopped.
Chrono
|
Constructor. | |
---|---|---|
V |
~Chrono
|
Destructor. |
Start
|
Starts the timer from 0 (ms). | |
Pause
|
Pauses the timer. | |
Resume
|
Resumes the timer. | |
Check
|
Gets the time measurement. | |
Stop
|
Stops the timer. | |
Reset
|
Resets and stops the timer. |
nn::nex::RootObject
nn::nex::Chrono
CONFIDENTIAL