Public Types | Public Member Functions | Public Attributes | List of all members
TimerCallCounter Struct Reference

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::TimerEventevents_a
 
std::vector< uavcan::TimerEventevents_b
 

Detailed Description

Definition at line 16 of file scheduler.cpp.

Member Typedef Documentation

◆ Binder

Definition at line 24 of file scheduler.cpp.

Member Function Documentation

◆ bindA()

Binder TimerCallCounter::bindA ( )
inline

Definition at line 26 of file scheduler.cpp.

◆ bindB()

Binder TimerCallCounter::bindB ( )
inline

Definition at line 27 of file scheduler.cpp.

◆ callA()

void TimerCallCounter::callA ( const uavcan::TimerEvent ev)
inline

Definition at line 21 of file scheduler.cpp.

◆ callB()

void TimerCallCounter::callB ( const uavcan::TimerEvent ev)
inline

Definition at line 22 of file scheduler.cpp.

Member Data Documentation

◆ events_a

std::vector<uavcan::TimerEvent> TimerCallCounter::events_a

Definition at line 18 of file scheduler.cpp.

◆ events_b

std::vector<uavcan::TimerEvent> TimerCallCounter::events_b

Definition at line 19 of file scheduler.cpp.


The documentation for this struct was generated from the following file:


uavcan_communicator
Author(s):
autogenerated on Fri Dec 13 2024 03:10:04