Go to the documentation of this file.
31 offeringTopic(getProperty<std::string>(
"HapticTopicName").getValue());
37 hapticTopicPrx = getTopic<HapticUnitListenerPrx>(getProperty<std::string>(
"HapticTopicName").getValue());
void onExitComponent() override
Hook for subclass.
HapticUnitListenerPrx hapticTopicPrx
PropertyDefinitionsPtr createPropertyDefinitions() override
void onInitComponent() override
Pure virtual hook for the subclass.
virtual void onExitHapticUnit()=0
virtual void onStartHapticUnit()=0
void onConnectComponent() override
Pure virtual hook for the subclass.
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.
virtual void onInitHapticUnit()=0
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.
This file offers overloads of toIce() and fromIce() functions for STL container types.