rci::PositionSensingIF Class Reference

By implementing this interface, a node is characterized as being able to sense joint angles (encoder value). More...

#include <SensingIF.h>

Inheritance diagram for rci::PositionSensingIF:

List of all members.

Public Member Functions

virtual JointAnglesPtr getJointPosition () const =0
 Returns joint position (encoder value).
virtual void updateJointPosition (JointAnglesPtr angle)=0
 Updates internal representation of joint position / angle.

Protected Member Functions

 ~PositionSensingIF ()

Detailed Description

By implementing this interface, a node is characterized as being able to sense joint angles (encoder value).

Definition at line 74 of file SensingIF.h.


Constructor & Destructor Documentation

rci::PositionSensingIF::~PositionSensingIF (  )  [inline, protected]

Definition at line 88 of file SensingIF.h.


Member Function Documentation

virtual JointAnglesPtr rci::PositionSensingIF::getJointPosition (  )  const [pure virtual]

Returns joint position (encoder value).

Implemented in rci::PositionSensing.

virtual void rci::PositionSensingIF::updateJointPosition ( JointAnglesPtr  angle  )  [pure virtual]

Updates internal representation of joint position / angle.

Implemented in rci::PositionSensing.


The documentation for this class was generated from the following file:
Generated on Thu Aug 2 14:03:08 2012 for RCI by  doxygen 1.6.3