Public Types | |
| typedef uavcan::MethodBinder< TimerCallCounter *, void(TimerCallCounter::*)(const uavcan::TimerEvent &)> | Binder |
Public Member Functions | |
| Binder | bindA () |
| Binder | bindB () |
| void | callA (const uavcan::TimerEvent &ev) |
| void | callB (const uavcan::TimerEvent &ev) |
Public Attributes | |
| std::vector< uavcan::TimerEvent > | events_a |
| std::vector< uavcan::TimerEvent > | events_b |
Definition at line 16 of file scheduler.cpp.
| typedef uavcan::MethodBinder<TimerCallCounter*, void (TimerCallCounter::*)(const uavcan::TimerEvent&)> TimerCallCounter::Binder |
Definition at line 24 of file scheduler.cpp.
|
inline |
Definition at line 26 of file scheduler.cpp.
|
inline |
Definition at line 27 of file scheduler.cpp.
|
inline |
Definition at line 21 of file scheduler.cpp.
|
inline |
Definition at line 22 of file scheduler.cpp.
| std::vector<uavcan::TimerEvent> TimerCallCounter::events_a |
Definition at line 18 of file scheduler.cpp.
| std::vector<uavcan::TimerEvent> TimerCallCounter::events_b |
Definition at line 19 of file scheduler.cpp.