std::string getConfigIdentifier()
Retrieve config identifier for this component as set in constructor.
Property< PropertyType > getProperty(const std::string &name)
void onInitComponent() override
Pure virtual hook for the subclass.
virtual void onInitHapticUnit()=0
virtual void onStartHapticUnit()=0
void onConnectComponent() override
Pure virtual hook for the subclass.
virtual void onExitHapticUnit()=0
PropertyDefinitionsPtr createPropertyDefinitions() override
void onExitComponent() override
Hook for subclass.
HapticUnitListenerPrx hapticTopicPrx
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.
This file offers overloads of toIce() and fromIce() functions for STL container types.
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.