Quick Details
Property | Value |
---|---|
Class | Timer |
Namespace | cubesat |
File | Time.h |
Description
The Timer
class provides a method of timing operations.
See Also
Functions
Declaration:
Timer();
Constructs a new Timer
object.
Declaration:
void Start();
Starts the timer. Internally this stores the time this method is called.
Declaration:
double Seconds();
Returns the number of seconds since the timer was started.