Go to the documentation of this file.
32 offeringTopic(getProperty<std::string>(
"IMUTopicName").getValue());
39 IMUTopicPrx = getTopic<InertialMeasurementUnitListenerPrx>(getProperty<std::string>(
"IMUTopicName").getValue());
virtual void onExitIMU()=0
InertialMeasurementUnitListenerPrx IMUTopicPrx
virtual void onInitIMU()=0
PropertyDefinitionsPtr createPropertyDefinitions() override
void onConnectComponent() override
void onDisconnectComponent() override
void onInitComponent() override
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.
void onExitComponent() override
virtual void onStartIMU()=0
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.
This file offers overloads of toIce() and fromIce() functions for STL container types.