63 const MetaWearIMUDataExt& data_ext,
66 IceUtil::Time now = IceUtil::Time::now();
69 data.acceleration = data_ext.acceleration;
70 data.gyro = data_ext.gyro;
71 data.magnetic = data_ext.magnetic;
72 data.orientationQuaternion = data_ext.orientationQuaternion;
std::string getConfigIdentifier()
Retrieve config identifier for this component as set in constructor.
Property< PropertyType > getProperty(const std::string &name)
void offeringTopic(const std::string &name)
Registers a topic for retrival after initialization.
TopicProxyType getTopic(const std::string &name)
Returns a proxy of the specified topic.
void usingTopic(const std::string &name, bool orderedPublishing=false)
Registers a proxy for subscription after initialization.
Implements a Variant type for timestamps.
This file offers overloads of toIce() and fromIce() functions for STL container types.
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.
IceInternal::Handle< TimestampVariant > TimestampVariantPtr