11 namespace RobotInterfaces
23 #pragma region DataAccesMethods
25 virtual float *GetDataPointer(
const std::string &strDataType);
26 virtual bool SetData(
const std::string &strDataType,
const std::string &strValue,
bool bThrowError =
true);
27 virtual void QueryProperties(CStdPtrArray<TypeProperty> &aryProperties);
31 virtual void Initialize();
32 virtual void StepSimulation();
A standard xml manipulation class.
Classes for implementing the cm-labs vortex physics engine for AnimatLab.
The Robotics interface configures a simulation to run on a microcontroller board. ...