31#include <RobotAPI/interface/units/OptoForceUnit.h>
32#include <RobotAPI/interface/visualization/DebugDrawerInterface.h>
48 "OptoForceTopicName",
"OptoForceValues",
"Name of the OptoForce Topic");
50 "DebugDrawerTopic",
"DebugDrawerUpdates",
"Name of the DebugDrawerTopic");
64 virtual public OptoForceUnitObserverInterface
74 return "OptoForceUnitObserver";
82 const std::string& name,
87 const Ice::Current&
c = Ice::emptyCurrent)
override;
100 void offerValue(std::string device, std::string fieldName,
Vector3Ptr vec);
ObserverPropertyDefinitions(std::string prefix)
OptoForceUnitObserverPropertyDefinitions(std::string prefix)
void onConnectObserver() override
Framework hook.
void onExitObserver() override
Framework hook.
PropertyDefinitionsPtr createPropertyDefinitions() override
void onInitObserver() override
Framework hook.
std::string getDefaultName() const override
Retrieve default name of component.
void reportSensorValues(const std::string &device, const std::string &name, float fx, float fy, float fz, const TimestampBasePtr ×tamp, const Ice::Current &c=Ice::emptyCurrent) override
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)
This file offers overloads of toIce() and fromIce() functions for STL container types.
IceInternal::Handle< Vector3 > Vector3Ptr
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.
::IceInternal::ProxyHandle<::IceProxy::armarx::DebugDrawerInterface > DebugDrawerInterfacePrx