#include <my_robot_hw_4.h>

| Public Member Functions | |
| virtual void | doSwitch (const std::list< hardware_interface::ControllerInfo > &start_list, const std::list< hardware_interface::ControllerInfo > &stop_list) | 
| virtual bool | init (ros::NodeHandle &root_nh, ros::NodeHandle &robot_hw_nh) | 
| MyRobotHW4 () | |
| virtual bool | prepareSwitch (const std::list< hardware_interface::ControllerInfo > &start_list, const std::list< hardware_interface::ControllerInfo > &stop_list) | 
| void | read (const ros::Time &time, const ros::Duration &period) | 
| void | write (const ros::Time &time, const ros::Duration &period) | 
| virtual | ~MyRobotHW4 () | 
|  Public Member Functions inherited from hardware_interface::RobotHW | |
| virtual bool | checkForConflict (const std::list< ControllerInfo > &info) const | 
| virtual bool | checkForConflict (const std::list< ControllerInfo > &info) const | 
| RobotHW () | |
| virtual | ~RobotHW () | 
|  Public Member Functions inherited from hardware_interface::InterfaceManager | |
| T * | get () | 
| std::vector< std::string > | getInterfaceResources (std::string iface_type) const | 
| std::vector< std::string > | getNames () const | 
| void | registerInterface (T *iface) | 
| void | registerInterfaceManager (InterfaceManager *iface_man) | 
| Private Attributes | |
| hardware_interface::HardwareInterface | a_plain_hw_interface_ | 
| double | force_ [3] | 
| std::string | frame_id_ | 
| hardware_interface::ForceTorqueSensorInterface | ft_sensor_interface_ | 
| std::string | sensor_name_ | 
| double | torque_ [3] | 
| Additional Inherited Members | |
|  Protected Types inherited from hardware_interface::InterfaceManager | |
| typedef std::vector< InterfaceManager * > | InterfaceManagerVector | 
| typedef std::map< std::string, void * > | InterfaceMap | 
| typedef std::map< std::string, std::vector< std::string > > | ResourceMap | 
| typedef std::map< std::string, size_t > | SizeMap | 
|  Protected Attributes inherited from hardware_interface::InterfaceManager | |
| boost::ptr_vector< ResourceManagerBase > | interface_destruction_list_ | 
| InterfaceManagerVector | interface_managers_ | 
| InterfaceMap | interfaces_ | 
| InterfaceMap | interfaces_combo_ | 
| SizeMap | num_ifaces_registered_ | 
| ResourceMap | resources_ | 
Definition at line 40 of file my_robot_hw_4.h.
| combined_robot_hw_tests::MyRobotHW4::MyRobotHW4 | ( | ) | 
Definition at line 34 of file my_robot_hw_4.cpp.
| 
 | inlinevirtual | 
Definition at line 44 of file my_robot_hw_4.h.
| 
 | virtual | 
Reimplemented from hardware_interface::RobotHW.
Definition at line 90 of file my_robot_hw_4.cpp.
| 
 | virtual | 
Reimplemented from hardware_interface::RobotHW.
Definition at line 38 of file my_robot_hw_4.cpp.
| 
 | virtual | 
Reimplemented from hardware_interface::RobotHW.
Definition at line 69 of file my_robot_hw_4.cpp.
| 
 | virtual | 
Reimplemented from hardware_interface::RobotHW.
Definition at line 60 of file my_robot_hw_4.cpp.
| 
 | virtual | 
Reimplemented from hardware_interface::RobotHW.
Definition at line 65 of file my_robot_hw_4.cpp.
| 
 | private | 
Definition at line 57 of file my_robot_hw_4.h.
| 
 | private | 
Definition at line 59 of file my_robot_hw_4.h.
| 
 | private | 
Definition at line 62 of file my_robot_hw_4.h.
| 
 | private | 
Definition at line 56 of file my_robot_hw_4.h.
| 
 | private | 
Definition at line 61 of file my_robot_hw_4.h.
| 
 | private | 
Definition at line 60 of file my_robot_hw_4.h.