13 #ifndef DtRecipientLatencyTest_H_
14 #define DtRecipientLatencyTest_H_
virtual void addSendInteractionTimeStamp(unsigned int testID)=0
called by testMgr
virtual bool tick()
Process test activities.
virtual void addNetSendTimeStamp(unsigned int testID, DtRtiMsg &msg)=0
called by either test initiator or test recipient.
virtual void addAsyncQueueMsgTimeStamp(unsigned int testID, const DtRtiMsg &msg)=0
called by either test initiator or test recipient.
virtual void addReceiveInteractionTimeStamp(unsigned int testID, MAKRti::DtTime timeToUse)=0
called by either test initiator or test recipient.
DtRtiMsg is the base class for messages between RTI components.
Definition: rtiMsg.h:45
Defines DtLatencyTest used to run network latency between local RTI components.
DtLatencyTest & operator=(DtLatencyTest const &orig)
Assignment operator - not allowed.
DtLatencyTest runs network latency tests between local RTI components.
Definition: latencyTest.h:47
DtRecipientLatencyTest runs network connectivity tests between local RTI components.
Definition: recipientLatencyTest.h:24
virtual void addNetReceiveTimeStamp(unsigned int testID, const DtRtiMsg &msg)=0
called by either test initiator or test recipient.
#define DT_DLL_LRC
Definition: rtiMsConfig.h:126
DtTestManager runs network connectivity tests between local RTI components.
Definition: testManager.h:66