34#include <RobotAPI/interface/units/HapticUnit.h>
48 "HapticTopicName",
"HapticValues",
"Name of the Haptic Topic.");
ComponentPropertyDefinitions(std::string prefix, bool hasObjectNameParameter=true)
HapticUnitPropertyDefinitions(std::string prefix)
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
std::string getDefaultName() const override
Retrieve default name of component.
std::string prefix
Prefix of the properties such as namespace, domain, component name, etc.
PropertyDefinition< PropertyType > & defineOptionalProperty(const std::string &name, PropertyType defaultValue, const std::string &description="", PropertyDefinitionBase::PropertyConstness constness=PropertyDefinitionBase::eConstant)
SensorActorUnit()
Constructs a SensorActorUnit.
This file offers overloads of toIce() and fromIce() functions for STL container types.
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.