Go to the documentation of this file.
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();
108 const Ice::Current&)
override;
112 void ping(
Ice::Long senderTime,
const Ice::Current&)
override;
void ping(Ice::Long senderTime, const Ice::Current &) override
virtual void onInitComponent() override
void pingTopic(int seqNr, Ice::Long senderTime, const Ice::Current &) override
std::string prefix
Prefix of the properties such as namespace, domain, component name, etc.
virtual armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
virtual void onConnectComponent() override
Brief description of class PingLoadTest.
void remoteTopicSleep(const std::string &targetNameFilter, Ice::Long sleepMS, const Ice::Current &) override
Baseclass for all ArmarX ManagedIceObjects requiring properties.
Default component property definition container.
virtual std::string getDefaultName() const override
Ice::Long getRemoteTime(const Ice::Current &) override
PingLoadTestPropertyDefinitions(std::string prefix)
virtual void onExitComponent() override
virtual void onDisconnectComponent() override
This file offers overloads of toIce() and fromIce() functions for STL container types.