28#include <RobotAPI/interface/units/MetaWearIMU.h>
29#include <RobotAPI/interface/units/MetaWearIMUInterface.h>
46 "Name of the topic provided by the python driver");
48 "MetaWearTopicName",
"MetaWearData",
"Name of the MetaWear topic");
65 virtual public armarx::MetaWearIMUInterface
108 const MetaWearIMUDataExt& data_ext,
109 const Ice::Current&)
override;
Default component property definition container.
ComponentPropertyDefinitions(std::string prefix, bool hasObjectNameParameter=true)
Baseclass for all ArmarX ManagedIceObjects requiring properties.
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)
This file offers overloads of toIce() and fromIce() functions for STL container types.
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.