28#include <RobotAPI/interface/visualization/DebugDrawerInterface.h>
30#include <RobotComponents/interface/components/ViconMarkerProviderInterface.h>
32#include <DataStreamClient.h>
50 "Topic on which the marker data is published");
52 "DebugDrawerTopicName",
"DebugDrawerUpdates",
"Topic for debug drawer");
76 return "ViconMarkerProvider";
Default component property definition container.
ComponentPropertyDefinitions(std::string prefix, bool hasObjectNameParameter=true)
Baseclass for all ArmarX ManagedIceObjects requiring properties.
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)
PropertyDefinition< PropertyType > & defineRequiredProperty(const std::string &name, const std::string &description="", PropertyDefinitionBase::PropertyConstness constness=PropertyDefinitionBase::eConstant)
IceUtil::Handle< RunningTask< T > > pointer_type
Shared pointer type for convenience.
ViconMarkerProviderPropertyDefinitions(std::string prefix)
Brief description of class ViconMarkerProvider.
void onInitComponent() override
void onDisconnectComponent() override
ViconMarkerProviderListenerInterfacePrx listener
RunningTask< ViconMarkerProvider >::pointer_type publisherThread
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
ViconDataStreamSDK::CPP::Client dsClient
void onConnectComponent() override
void onExitComponent() override
DebugDrawerInterfacePrx debugDrawer
virtual std::string getDefaultName() const
This file offers overloads of toIce() and fromIce() functions for STL container types.
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.
::IceInternal::ProxyHandle<::IceProxy::armarx::DebugDrawerInterface > DebugDrawerInterfacePrx