Classes | |
struct | ReceivedDataStructureCopy |
Public Types | |
typedef uavcan::MethodBinder< SelfType *, void(SelfType::*)(ReceivedDataStructure &)> | ExtendedBinder |
typedef uavcan::MethodBinder< SelfType *, void(SelfType::*)(ReceivedDataStructure &)> | ExtendedBinder |
typedef uavcan::ReceivedDataStructure< DataType > | ReceivedDataStructure |
typedef uavcan::ReceivedDataStructure< DataType > | ReceivedDataStructure |
typedef SubscriptionListener< DataType > | SelfType |
typedef SubscriptionListener< DataType > | SelfType |
typedef uavcan::MethodBinder< SelfType *, void(SelfType::*)(DataType &)> | SimpleBinder |
typedef uavcan::MethodBinder< SelfType *, void(SelfType::*)(DataType &)> | SimpleBinder |
Public Member Functions | |
ExtendedBinder | bindExtended () |
ExtendedBinder | bindExtended () |
SimpleBinder | bindSimple () |
SimpleBinder | bindSimple () |
void | receiveExtended (ReceivedDataStructure &msg) |
void | receiveExtended (ReceivedDataStructure &msg) |
void | receiveSimple (DataType &msg) |
void | receiveSimple (DataType &msg) |
Public Attributes | |
std::vector< ReceivedDataStructureCopy > | extended |
std::vector< DataType > | simple |
Definition at line 16 of file subscriber.cpp.
typedef uavcan::MethodBinder<SelfType*, void (SelfType::*)(ReceivedDataStructure&)> SubscriptionListener< DataType >::ExtendedBinder |
Definition at line 55 of file subscriber.cpp.
typedef uavcan::MethodBinder<SelfType*, void(SelfType::*) (ReceivedDataStructure&)> SubscriptionListener< DataType >::ExtendedBinder |
Definition at line 65 of file can_acceptance_filter_configurator.cpp.
typedef uavcan::ReceivedDataStructure<DataType> SubscriptionListener< DataType >::ReceivedDataStructure |
Definition at line 18 of file subscriber.cpp.
typedef uavcan::ReceivedDataStructure<DataType> SubscriptionListener< DataType >::ReceivedDataStructure |
Definition at line 28 of file can_acceptance_filter_configurator.cpp.
typedef SubscriptionListener<DataType> SubscriptionListener< DataType >::SelfType |
Definition at line 54 of file subscriber.cpp.
typedef SubscriptionListener<DataType> SubscriptionListener< DataType >::SelfType |
Definition at line 64 of file can_acceptance_filter_configurator.cpp.
typedef uavcan::MethodBinder<SelfType*, void (SelfType::*)(DataType&)> SubscriptionListener< DataType >::SimpleBinder |
Definition at line 56 of file subscriber.cpp.
typedef uavcan::MethodBinder<SelfType*, void(SelfType::*) (DataType&)> SubscriptionListener< DataType >::SimpleBinder |
Definition at line 66 of file can_acceptance_filter_configurator.cpp.
|
inline |
Definition at line 58 of file subscriber.cpp.
|
inline |
Definition at line 68 of file can_acceptance_filter_configurator.cpp.
|
inline |
Definition at line 59 of file subscriber.cpp.
|
inline |
Definition at line 69 of file can_acceptance_filter_configurator.cpp.
|
inline |
Definition at line 44 of file subscriber.cpp.
|
inline |
Definition at line 54 of file can_acceptance_filter_configurator.cpp.
|
inline |
Definition at line 49 of file subscriber.cpp.
|
inline |
Definition at line 59 of file can_acceptance_filter_configurator.cpp.
std::vector< ReceivedDataStructureCopy > SubscriptionListener< DataType >::extended |
Definition at line 42 of file subscriber.cpp.
std::vector< DataType > SubscriptionListener< DataType >::simple |
Definition at line 41 of file subscriber.cpp.