libuav original

Dependents:   UAVCAN UAVCAN_Subscriber

Embed: (wiki syntax)

« Back to documentation index

TimerEvent Struct Reference

TimerEvent Struct Reference

Objects of this type will be supplied into timer callbacks. More...

#include <timer.hpp>

Data Fields

MonotonicTime scheduled_time
 Time when the timer callback was expected to be invoked.
MonotonicTime real_time
 True time when the timer callback was invoked.

Detailed Description

Objects of this type will be supplied into timer callbacks.

Definition at line 32 of file timer.hpp.


Field Documentation

MonotonicTime real_time

True time when the timer callback was invoked.

Definition at line 35 of file timer.hpp.

MonotonicTime scheduled_time

Time when the timer callback was expected to be invoked.

Definition at line 34 of file timer.hpp.