Skip to content
Snippets Groups Projects
Commit c82bc547 authored by armarx-user's avatar armarx-user
Browse files

Added access to owner class for JointControllers

parent fe3f01b1
No related branches found
No related tags found
No related merge requests found
......@@ -150,4 +150,9 @@ namespace armarx
ARMARX_CHECK_IS_NULL(owner);
}
RobotUnitModule::Devices* ControlDevice::getOwner() const
{
return owner;
}
}
......@@ -106,6 +106,8 @@ namespace armarx
* @param timeSinceLastIteration The time delta between the last two updates of \ref SensorValueBase "SensorValues"
*/
virtual void rtWriteTargetValues(const IceUtil::Time& sensorValuesTimestamp, const IceUtil::Time& timeSinceLastIteration) {}
RobotUnitModule::Devices* getOwner() const;
protected:
/**
* @brief adds the Joint controller to this ControlDevice
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment