OpenWalker Project
Documentation of the ROS Packages
Public Member Functions | List of all members
ow_core::IRobot Class Referenceabstract

The IRobot class. More...

#include <i_robot.h>

Public Member Functions

virtual ~IRobot ()
 Virtual destructor.
 
virtual connectInPort (const IInverseKinematicsOutPorts *ik)=0
 Connect to in port. More...
 
virtual const IRobotOutPortsoutPorts () const =0
 

Detailed Description

The IRobot class.

Interface class.

Todo:
Remove forward declaration of IInverseKinematicsOutPorts.

Member Function Documentation

virtual ow_core::IRobot::connectInPort ( const IInverseKinematicsOutPorts *  ik)
pure virtual

Connect to in port.

Connects this module to the out port of another module.

NOTE: The pointer is constant. This module reads only the out port of the other module.


The documentation for this class was generated from the following file: