Go to the documentation of this file.
28 #include <ArmarXCore/interface/observers/ObserverInterface.h>
30 #include <ArmarXCore/interface/components/PingLoadTestInterface.h>
61 virtual public PingLoadTestInterface,
96 std::string remotePingComponentName;
97 PingLoadTestInterfacePrx remotePingPrx;
98 PingLoadTestTopicInterfacePrx pingTopicPrx;
102 int PingProxyDelayMS;
103 int PingTopicDelayMS;
104 int RemoteTopicSleepDelayMS;
105 int SleepDuringTopicPing;
106 int topicPingSeqNr = 0;
110 void taskProxyPingRun();
111 void taskTopicPingRun();
112 void taskTopicSleepPingRun();
119 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.