![]() |
MAK RTIspy API Documentation for HLA 1516
|
00001 /******************************************************************************* 00002 ** Copyright (c) 2008 VT MAK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: recipientLatencyTest.h,v $ $Revision: 1.3 $ $State: Exp $ 00007 *******************************************************************************/ 00008 00012 00013 #ifndef DtRecipientLatencyTest_H_ 00014 #define DtRecipientLatencyTest_H_ 00015 00016 #include "rtiMsConfig.h" 00017 #include "latencyTest.h" 00018 00019 00020 00023 00024 class DT_DLL_LRC DtRecipientLatencyTest : public DtLatencyTest 00025 { 00026 00027 public: 00028 00030 DtRecipientLatencyTest(DtTestManager* parent); 00031 00033 DtRecipientLatencyTest(); 00034 00036 virtual ~DtRecipientLatencyTest(); 00037 00039 virtual bool tick(); 00040 00041 00044 virtual void addSendInteractionTimeStamp( unsigned int testID ); 00045 00048 virtual void addNetSendTimeStamp( unsigned int testID, DtRtiMsg& msg ); 00049 00052 virtual void addNetReceiveTimeStamp( unsigned int testID, const DtRtiMsg& msg ); 00053 00056 virtual void addReceiveInteractionTimeStamp( unsigned int testID, MAKRti::DtTime timeToUse ); 00057 00060 virtual void addAsyncQueueMsgTimeStamp( unsigned int testID, const DtRtiMsg& msg ); 00061 00062 00063 protected: 00064 00065 private: 00067 DtRecipientLatencyTest(DtRecipientLatencyTest const& orig); 00068 00070 DtRecipientLatencyTest& operator= (DtRecipientLatencyTest const& orig); 00071 00072 protected: 00073 00074 00075 }; 00076 00077 #endif