Go to the documentation of this file.
33 usingTopic(getProperty<std::string>(
"MetaWearPythonTopicName"));
40 topicPrx = getTopic<MetaWearIMUListenerPrx>(getProperty<std::string>(
"MetaWearTopicName").getValue());
68 data.acceleration = data_ext.acceleration;
69 data.gyro = data_ext.gyro;
70 data.magnetic = data_ext.magnetic;
71 data.orientationQuaternion = data_ext.orientationQuaternion;
72 topicPrx->reportIMUValues(name,
data, nowTimestamp);
armarx::core::time::DateTime Time
void usingTopic(const std::string &name, bool orderedPublishing=false)
Registers a proxy for subscription after initialization.
std::string getConfigIdentifier()
Retrieve config identifier for this component as set in constructor.
void offeringTopic(const std::string &name)
Registers a topic for retrival after initialization.
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.
This file offers overloads of toIce() and fromIce() functions for STL container types.