30#include <RobotAPI/interface/units/InertialMeasurementUnit.h>
47 "IMUTopicName",
"IMUValues",
"Name of the IMU Topic.");
57 virtual public armarx::InertialMeasurementUnitInterface,
67 return "InertialMeasurementUnit";
ComponentPropertyDefinitions(std::string prefix, bool hasObjectNameParameter=true)
InertialMeasurementUnitPropertyDefinitions(std::string prefix)
Base unit for IMU sensors.
void onInitComponent() override
void onDisconnectComponent() override
void onConnectComponent() override
PropertyDefinitionsPtr createPropertyDefinitions() override
virtual void onExitIMU()=0
virtual void onInitIMU()=0
InertialMeasurementUnitListenerPrx IMUTopicPrx
void onExitComponent() override
std::string getDefaultName() const override
virtual void onStartIMU()=0
std::string prefix
Prefix of the properties such as namespace, domain, component name, etc.
PropertyDefinition< PropertyType > & defineOptionalProperty(const std::string &name, PropertyType defaultValue, const std::string &description="", PropertyDefinitionBase::PropertyConstness constness=PropertyDefinitionBase::eConstant)
Base Class for SensorActorUnits.
This file offers overloads of toIce() and fromIce() functions for STL container types.
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.