ros2_canopen
master
C++ ROS CANopen Library
|
#include <profiled_position_mode.hpp>
Public Types | |
enum | SW_masks { MASK_Reached = (1 << State402::SW_Target_reached) , MASK_Acknowledged = (1 << State402::SW_Operation_mode_specific0) , MASK_Error = (1 << State402::SW_Operation_mode_specific1) } |
enum | CW_bits { CW_NewPoint = Command402::CW_Operation_mode_specific0 , CW_Immediate = Command402::CW_Operation_mode_specific1 , CW_Blending = Command402::CW_Operation_mode_specific3 } |
![]() | |
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 Member Functions | |
ProfiledPositionMode (std::shared_ptr< LelyDriverBridge > driver) | |
virtual bool | start () |
virtual bool | read (const uint16_t &sw) |
virtual bool | write (OpModeAccesser &cw) |
![]() | |
ModeTargetHelper (uint16_t mode) | |
bool | hasTarget () |
int32_t | getTarget () |
virtual bool | setTarget (const double &val) |
![]() | |
Mode (uint16_t id) | |
virtual | ~Mode () |
Additional Inherited Members | |
![]() | |
const uint16_t | mode_id_ |
|
inline |
|
inlinevirtual |
Reimplemented from ros2_canopen::ModeTargetHelper< int32_t >.
|
inlinevirtual |
Implements ros2_canopen::Mode.
|
inlinevirtual |
Implements ros2_canopen::Mode.