MAK RTIspy API Documentation for HLA 1516
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
RTI
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
24
class
DT_DLL_LRC
DtRecipientLatencyTest
:
public
DtLatencyTest
25
{
26
27
public
:
28
30
DtRecipientLatencyTest
(
DtTestManager
* parent);
31
33
DtRecipientLatencyTest
();
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
:
67
DtRecipientLatencyTest
(
DtRecipientLatencyTest
const
& orig);
68
70
DtRecipientLatencyTest
&
operator=
(
DtRecipientLatencyTest
const
& orig);
71
72
protected
:
73
74
75
};
76
77
#endif
Document ID: Generated on Tue May 7 16:26:47 EDT 2013 from SVN revision 126903
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)