OpenWalker Project
Documentation of the ROS Packages
i_robot_out_ports_real.h
Go to the documentation of this file.
1 
34 #ifndef OPEN_WALKER_CORE_INTERFACES_I_ROBOT_OUT_PORTS_REAL_H
35 #define OPEN_WALKER_CORE_INTERFACES_I_ROBOT_OUT_PORTS_REAL_H
36 
40 
41 namespace ow_core{
42 
49 {
50 public:
55  {
56  }
57 
58  virtual IImuSensor* imuSensor() = 0;
59  virtual const IImuSensor* imuSensor() const = 0;
60 
61  virtual IForceTorqueSensors* forceTorqueSensors() = 0;
62  virtual const IForceTorqueSensors* forceTorqueSensors() const = 0;
63 
64  virtual IJoints* joints() = 0;
65  virtual const IJoints* joints() const = 0;
66 
67 };
68 
69 
70 }
71 
72 #endif // OPEN_WALKER_CORE_INTERFACES_I_ROBOT_OUT_PORTS_REAL_H
The IImuSensor class.
Definition: i_imu_sensor.h:47
virtual ~IRobotOutPortsReal()
Virtual destructor.
Definition: i_robot_out_ports_real.h:54
The IForceTorqueSensors class.
Definition: i_force_torque_sensors.h:47
Definition: angular_acceleration.h:39
The IRobotOutPortsReal class.
Definition: i_robot_out_ports_real.h:48
The IJoints class.
Definition: i_joints.h:47