|
ros2_canopen master
C++ ROS CANopen Library
|
#include <mode_target_helper.hpp>


Public Member Functions | |
| ModeTargetHelper (uint16_t mode) | |
| bool | hasTarget () |
| T | getTarget () |
| virtual bool | setTarget (const double &val) |
| virtual bool | start () |
Public Member Functions inherited from ros2_canopen::Mode | |
| Mode (uint16_t id) | |
| virtual bool | read (const uint16_t &sw)=0 |
| virtual bool | write (OpModeAccesser &cw)=0 |
| virtual | ~Mode () |
Additional Inherited Members | |
Public Types inherited from ros2_canopen::Mode | |
| typedef WordAccessor<(1<< Command402::CW_Operation_mode_specific0)|(1<< Command402::CW_Operation_mode_specific1)|(1<< Command402::CW_Operation_mode_specific2)|(1<< Command402::CW_Operation_mode_specific3)> | OpModeAccesser |
Public Attributes inherited from ros2_canopen::Mode | |
| const uint16_t | mode_id_ |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Reimplemented from ros2_canopen::Mode.
|
inlinevirtual |
Implements ros2_canopen::Mode.
Reimplemented in ros2_canopen::ProfiledPositionMode.