The tutorial about Timers on uavcan.org illutrates how to use uavcan::Timer. But I cannot fins such class. Is is hidden somwhere else?
Regards
The tutorial about Timers on uavcan.org illutrates how to use uavcan::Timer. But I cannot fins such class. Is is hidden somwhere else?
Regards
The tutorial says that uavcan::Timer
is available only in C++11 and newer standards. You should switch to C++11. If that is not possible (unlikely), use TimerEventForwarder
.
I am pretty sure I’m using C++11… However I must confirm. Thanks!