OpenWalker Project
Documentation of the ROS Packages
|
The RobotOutPorts class. More...
#include <robot_out_ports.h>
Public Member Functions | |
virtual | ~RobotOutPorts () |
Virtual destructor. | |
virtual IRobotOutPortsReal * | real () |
virtual const IRobotOutPortsReal * | real () const |
virtual IRobotOutPortsCmd * | cmd () |
virtual const IRobotOutPortsCmd * | cmd () const |
Public Member Functions inherited from ow_core::IRobotOutPorts | |
virtual | ~IRobotOutPorts () |
Virtual destructor. | |
Protected Attributes | |
ow_core::RobotOutPortsReal | real_ |
ow_core::RobotOutPortsCmd | cmd_ |
The RobotOutPorts class.
The default implementation of the RobotOutPorts interface.