27#include <ArmarXCore/interface/observers/ObserverInterface.h>
30#include <ArmarXCore/interface/components/PingLoadTestInterface.h>
86 std::string remotePingComponentName;
87 PingLoadTestInterfacePrx remotePingPrx;
88 PingLoadTestTopicInterfacePrx pingTopicPrx;
94 int RemoteTopicSleepDelayMS;
95 int SleepDuringTopicPing;
96 int topicPingSeqNr = 0;
100 void taskProxyPingRun();
101 void taskTopicPingRun();
102 void taskTopicSleepPingRun();
105 void pingTopic(
int seqNr, Ice::Long senderTime,
const Ice::Current&)
override;
108 const Ice::Current&)
override;
112 void ping(Ice::Long senderTime,
const Ice::Current&)
override;
Default component property definition container.
Baseclass for all ArmarX ManagedIceObjects requiring properties.
PingLoadTestPropertyDefinitions(std::string prefix)
Brief description of class PingLoadTest.
void remoteTopicSleep(const std::string &targetNameFilter, Ice::Long sleepMS, const Ice::Current &) override
virtual void onInitComponent() override
void pingTopic(int seqNr, Ice::Long senderTime, const Ice::Current &) override
virtual void onDisconnectComponent() override
Ice::Long getRemoteTime(const Ice::Current &) override
virtual armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
virtual void onConnectComponent() override
void ping(Ice::Long senderTime, const Ice::Current &) override
virtual void onExitComponent() override
virtual std::string getDefaultName() const override
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.
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.