HighResolutionTimer()
Creates a HighResolutionTimer.
int getTimerInterval() const noexcept
Returns the timer's interval.
void stopTimer()
Stops the timer.
void startTimer(int intervalInMilliseconds)
Starts the timer and sets the length of interval required.
bool isTimerRunning() const noexcept
Checks if the timer has been started.
virtual ~HighResolutionTimer()
Destructor.