21#ifndef PQ_CHRONOMETER_H_
22#define PQ_CHRONOMETER_H_
24#include "AbstractChronometer.h"
37 virtual float put(
float value);
44 virtual float _time()
const;
Definition AbstractChronometer.h:29
virtual float elapsed() const
The time currently elapsed by the chronometer (in seconds).
Definition AbstractChronometer.h:42
Definition Chronometer.h:28
virtual float put(float value)
Sets current time in seconds and returns it.
Definition Chronometer.cpp:28
virtual float get()
Returns elapsed time since start (in seconds).
Definition Chronometer.h:34
The main Plaquette static class containing all the units.
Definition PqCore.h:60
static Engine & primary()
Returns the main instance of Plaquette.
Definition PqCore.cpp:31
A generic class representing a unit in the system.
Definition PqCore.h:335
Engine * engine() const
Returns the engine that owns this unit.
Definition PqCore.h:382