Go to the documentation of this file.
29 #include <RobotAPI/interface/units/WeissHapticUnit.h>
47 virtual public WeissHapticUnitInterface,
53 return "WeissHapticUnit";
77 std::vector< std::string > getDevices();
79 std::vector< std::shared_ptr< WeissHapticSensor > > sensors;
83 void setDeviceTag(
const std::string& deviceName,
const std::string&
tag,
const Ice::Current&)
override;
void startLogging(const Ice::Current &) override
void onStartHapticUnit() override
void onExitHapticUnit() override
std::string prefix
Prefix of the properties such as namespace, domain, component name, etc.
void onDisconnectComponent() override
Hook for subclass.
virtual std::string getDefaultName()
WeissHapticUnitPropertyDefinitions(std::string prefix)
void setDeviceTag(const std::string &deviceName, const std::string &tag, const Ice::Current &) override
PropertyDefinitionsPtr createPropertyDefinitions() override
void onInitHapticUnit() override
void stopLogging(const Ice::Current &) override
This file offers overloads of toIce() and fromIce() functions for STL container types.