Public Member Functions | |
| virtual void | enforce (const ros::Duration &period) |
| LimitsHandle (const T &handle) | |
| virtual void | reset () |
| template<> | |
| void | reset () |
| template<> | |
| void | reset () |
Private Attributes | |
| T | limits_handle_ |
Definition at line 52 of file robot_layer.cpp.
| LimitsHandle< T >::LimitsHandle | ( | const T & | handle | ) | [inline] |
Definition at line 55 of file robot_layer.cpp.
| virtual void LimitsHandle< T >::enforce | ( | const ros::Duration & | period | ) | [inline, virtual] |
Definition at line 56 of file robot_layer.cpp.
| virtual void LimitsHandle< T >::reset | ( | ) | [inline, virtual] |
Definition at line 57 of file robot_layer.cpp.
| void LimitsHandle< joint_limits_interface::PositionJointSaturationHandle >::reset | ( | ) |
Definition at line 60 of file robot_layer.cpp.
| void LimitsHandle< joint_limits_interface::PositionJointSoftLimitsHandle >::reset | ( | ) |
Definition at line 61 of file robot_layer.cpp.
T LimitsHandle< T >::limits_handle_ [private] |
Definition at line 53 of file robot_layer.cpp.