#include <timer.hpp>
Public Member Functions | |
| TimerEvent (MonotonicTime arg_scheduled_time, MonotonicTime arg_real_time) | |
Public Attributes | |
| MonotonicTime | real_time |
| True time when the timer callback was invoked. More... | |
| MonotonicTime | scheduled_time |
| Time when the timer callback was expected to be invoked. More... | |
Objects of this type will be supplied into timer callbacks.
|
inline |
| MonotonicTime uavcan::TimerEvent::real_time |
| MonotonicTime uavcan::TimerEvent::scheduled_time |