#include <clock.h>
Definition at line 29 of file clock.h.
Public Member Functions | |
| Clock () | |
| Constructs a new clock. | |
| virtual | ~Clock () |
| Destroys the clock. | |
| void | reset () |
| Resets the base time of the clock to the current time. | |
| void | setAlarm (const float time) |
| Set an alarm. | |
| float | getTimef () const |
| Returns the time elapsed since the last clock reset. | |
| int64_t | getTime64 () const |
| Returns the time elapsed since the last clock reset. | |
| double | getTimed () const |
| Returns the time elapsed since the last clock reset. | |
| float | getMSf () const |
| Returns the millisecond part of the time elapsed since the last reset. | |
| void eq::base::Clock::setAlarm | ( | const float | time | ) | [inline] |
| float eq::base::Clock::getTimef | ( | ) | const [inline] |
Returns the time elapsed since the last clock reset.
Definition at line 94 of file clock.h.
Referenced by eq::FrameData::transmit().

| int64_t eq::base::Clock::getTime64 | ( | ) | const [inline] |
| double eq::base::Clock::getTimed | ( | ) | const [inline] |
| float eq::base::Clock::getMSf | ( | ) | const [inline] |
0.6 by
1.5.5