MAK RTIspy API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
recipientLatencyTest.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2008 VT MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: recipientLatencyTest.h,v $ $Revision: 1.3 $ $State: Exp $
7 *******************************************************************************/
8 
12 
13 #ifndef DtRecipientLatencyTest_H_
14 #define DtRecipientLatencyTest_H_
15 
16 #include "rtiMsConfig.h"
17 #include "latencyTest.h"
18 
19 
20 
23 
25 {
26 
27 public:
28 
31 
34 
36  virtual ~DtRecipientLatencyTest();
37 
39  virtual bool tick();
40 
41 
44  virtual void addSendInteractionTimeStamp( unsigned int testID );
45 
48  virtual void addNetSendTimeStamp( unsigned int testID, DtRtiMsg& msg );
49 
52  virtual void addNetReceiveTimeStamp( unsigned int testID, const DtRtiMsg& msg );
53 
56  virtual void addReceiveInteractionTimeStamp( unsigned int testID, MAKRti::DtTime timeToUse );
57 
60  virtual void addAsyncQueueMsgTimeStamp( unsigned int testID, const DtRtiMsg& msg );
61 
62 
63 protected:
64 
65 private:
68 
71 
72 protected:
73 
74 
75 };
76 
77 #endif

Document ID: Generated on Wed Mar 11 20:26:49 EDT 2015 from SVN revision 150939
Copyright © 2005-2015 VT MÄK Inc. All Rights Reserved (www.mak.com)