OpenWalker Project
Documentation of the ROS Packages
i_robot_out_ports_cmd.h
Go to the documentation of this file.
1 
34 #ifndef OPEN_WALKER_CORE_INTERFACES_I_ROBOT_OUT_PORTS_CMD_H
35 #define OPEN_WALKER_CORE_INTERFACES_I_ROBOT_OUT_PORTS_CMD_H
36 
38 
39 namespace ow_core{
40 
47 {
48 public:
53  {
54  }
55 
56  virtual IJoints* joints() = 0;
57  virtual const IJoints* joints() const = 0;
58 
59 
60 };
61 
62 
63 }
64 
65 #endif // OPEN_WALKER_CORE_INTERFACES_I_ROBOT_OUT_PORTS_CMD_H
Definition: angular_acceleration.h:39
virtual ~IRobotOutPortsCmd()
Virtual destructor.
Definition: i_robot_out_ports_cmd.h:52
The IJoints class.
Definition: i_joints.h:47
The IRobotOutPortsCmd class.
Definition: i_robot_out_ports_cmd.h:46