
Classes | |
| class | Allocator |
Public Member Functions | |
| virtual boost::shared_ptr < SyncLayer > | getSync (const SyncProperties &properties) |
| WrapMaster (boost::shared_ptr< can::CommInterface > interface) | |
Private Attributes | |
| boost::shared_ptr < can::CommInterface > | interface_ |
Definition at line 96 of file master_plugin.cpp.
| canopen::WrapMaster< SyncType >::WrapMaster | ( | boost::shared_ptr< can::CommInterface > | interface | ) | [inline] |
Definition at line 102 of file master_plugin.cpp.
| virtual boost::shared_ptr<SyncLayer> canopen::WrapMaster< SyncType >::getSync | ( | const SyncProperties & | properties | ) | [inline, virtual] |
Implements canopen::Master.
Definition at line 99 of file master_plugin.cpp.
boost::shared_ptr<can::CommInterface> canopen::WrapMaster< SyncType >::interface_ [private] |
Definition at line 97 of file master_plugin.cpp.