nn::nex::Chrono Class

Syntax

class Chrono : public nn::nex::RootObject

Description

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.

Member Functions

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.

Class Hierarchy

nn::nex::RootObject
  nn::nex::Chrono

Revision History

2012/07/18
Initial version.

CONFIDENTIAL