#include <handle_layer_base.h>
Definition at line 10 of file handle_layer_base.h.
Definition at line 14 of file handle_layer_base.h.
canopen::HandleLayerBase::HandleLayerBase | ( | const std::string & | name | ) | [inline] |
Definition at line 12 of file handle_layer_base.h.
virtual CanSwitchResult canopen::HandleLayerBase::canSwitch | ( | const canopen::MotorBase::OperationMode & | m | ) | [pure virtual] |
Implemented in canopen::HandleLayer.
virtual void canopen::HandleLayerBase::enableLimits | ( | bool | enable | ) | [pure virtual] |
Implemented in canopen::HandleLayer.
virtual void canopen::HandleLayerBase::enforceLimits | ( | const ros::Duration & | period, |
bool | reset | ||
) | [pure virtual] |
Implemented in canopen::HandleLayer.
virtual bool canopen::HandleLayerBase::forwardForMode | ( | const canopen::MotorBase::OperationMode & | m | ) | [pure virtual] |
Implemented in canopen::HandleLayer.
virtual void canopen::HandleLayerBase::registerHandle | ( | hardware_interface::JointStateInterface & | iface | ) | [pure virtual] |
Implemented in canopen::HandleLayer.
virtual hardware_interface::JointHandle* canopen::HandleLayerBase::registerHandle | ( | hardware_interface::PositionJointInterface & | iface, |
const joint_limits_interface::JointLimits & | limits, | ||
const joint_limits_interface::SoftJointLimits * | soft_limits = 0 |
||
) | [pure virtual] |
Implemented in canopen::HandleLayer.
virtual hardware_interface::JointHandle* canopen::HandleLayerBase::registerHandle | ( | hardware_interface::VelocityJointInterface & | iface, |
const joint_limits_interface::JointLimits & | limits, | ||
const joint_limits_interface::SoftJointLimits * | soft_limits = 0 |
||
) | [pure virtual] |
Implemented in canopen::HandleLayer.
virtual hardware_interface::JointHandle* canopen::HandleLayerBase::registerHandle | ( | hardware_interface::EffortJointInterface & | iface, |
const joint_limits_interface::JointLimits & | limits, | ||
const joint_limits_interface::SoftJointLimits * | soft_limits = 0 |
||
) | [pure virtual] |
Implemented in canopen::HandleLayer.
virtual bool canopen::HandleLayerBase::switchMode | ( | const canopen::MotorBase::OperationMode & | m | ) | [pure virtual] |
Implemented in canopen::HandleLayer.