28#include <ArmarXCore/interface/observers/ObserverInterface.h>
30#include <RobotAPI/interface/core/TopicTimingTest.h>
83 armarx::topic_timing::TopicPrx topic;
84 int updatePeriodInMS = 10;
90 IceUtil::Time lastSmallTime = IceUtil::Time::microSeconds(0);
Default component property definition container.
Baseclass for all ArmarX ManagedIceObjects requiring properties.
std::string prefix
Prefix of the properties such as namespace, domain, component name, etc.
IceUtil::Handle< RunningTask< T > > pointer_type
Shared pointer type for convenience.
TopicTimingServerPropertyDefinitions(std::string prefix)
Brief description of class TopicTimingServer.
virtual void onInitComponent() override
virtual void onDisconnectComponent() override
virtual armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
virtual void onConnectComponent() override
virtual void onExitComponent() override
virtual std::string getDefaultName() const override
This file offers overloads of toIce() and fromIce() functions for STL container types.
::IceInternal::ProxyHandle<::IceProxy::armarx::DebugObserverInterface > DebugObserverInterfacePrx
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.