Public Member Functions | |
ExternalSyncLayer (const SyncProperties &p, boost::shared_ptr< can::CommInterface > interface) | |
Protected Member Functions | |
virtual void | handleInit (LayerStatus &status) |
virtual void | handleRead (LayerStatus &status, const LayerState ¤t_state) |
virtual void | handleWrite (LayerStatus &status, const LayerState ¤t_state) |
Private Attributes | |
can::BufferedReader | reader_ |
Definition at line 73 of file master_plugin.cpp.
canopen::ExternalSyncLayer::ExternalSyncLayer | ( | const SyncProperties & | p, |
boost::shared_ptr< can::CommInterface > | interface | ||
) | [inline] |
Definition at line 91 of file master_plugin.cpp.
virtual void canopen::ExternalSyncLayer::handleInit | ( | LayerStatus & | status | ) | [inline, protected, virtual] |
Implements canopen::Layer.
Definition at line 87 of file master_plugin.cpp.
virtual void canopen::ExternalSyncLayer::handleRead | ( | LayerStatus & | status, |
const LayerState & | current_state | ||
) | [inline, protected, virtual] |
Implements canopen::Layer.
Definition at line 76 of file master_plugin.cpp.
virtual void canopen::ExternalSyncLayer::handleWrite | ( | LayerStatus & | status, |
const LayerState & | current_state | ||
) | [inline, protected, virtual] |
Implements canopen::Layer.
Definition at line 84 of file master_plugin.cpp.
Definition at line 74 of file master_plugin.cpp.