MAK RTIspy API Documentation for HLA 1.3
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
assistant
netAssistantChangeLatencyTestModeMsg.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2008 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: netAssistantChangeLatencyTestModeMsg.h,v $ $Revision: 1.3 $ $State: Exp $
7
*********************************************************************/
8
9
#ifndef DtNetAssistantChangeLatencyTestModeMsg_H_
10
#define DtNetAssistantChangeLatencyTestModeMsg_H_
11
15
16
// PLEASE NOTE: This class is duplicated as DtNetChangeLatencyTestModeMsg
17
// in netChangeLatencyTestModeMsg.h. Any changes made to this class
18
// should also be made there.
19
20
#include <vlutil/vlNetTypes.h>
21
#include <vlutil/vlUtil.h>
22
23
#include "
netAssistantMsgHdr.h
"
24
28
class
DT_DLL_ASSISTANT
DtNetAssistantChangeLatencyTestModeMsg
29
{
30
public
:
31
32
DtNetAssistantMsgHeader
header
;
33
DtNetU32
interactionPeriod
;
34
DtNetU32
payloadBytes
;
35
DtNetU32
federationHandle
;
36
DtNetU32
initFedHandle
;
37
DtNetU8
numInteractions
;
38
DtNetU8
runTest
;
39
DtNetU8
continuous
;
40
DtNetU8
shouldHaltContinuous
;
41
DtNetU8
observing
;
42
};
43
44
45
#endif
46
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
)