MAK RTIspy API Documentation for HLA 1516
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
libsrc
assistant
netAssistantInfoMsg.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2008 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: netAssistantInfoMsg.h,v $ $Revision: 1.16 $ $State: Exp $
7
*********************************************************************/
8
9
#ifndef DtNetAssistantInfoMsg_H_
10
#define DtNetAssistantInfoMsg_H_
11
14
15
#include <vlutil/vlNetTypes.h>
16
#include <vlutil/vlUtil.h>
17
18
#include "
netAssistantMsgHdr.h
"
19
21
class
DT_DLL_ASSISTANT
DtNetAssistantInfoMsg
22
{
23
public
:
24
25
DtNetAssistantMsgHeader
header
;
26
DtNetU8
removal
;
27
DtNetU8
acceptsRemoteCmds
;
28
DtNetU16
assistantInfoMemoryPeriod
;
29
DtNetU16
rtiexecForwarderCount
;
30
DtNetU16
rtiexecForwarderNamesSize
;
31
DtNetU32
hostNamesSize
;
32
DtNetU32
ownerHostSize
;
33
DtNetU32
pad
;
34
//DtNetU128 reliableAddrs[];
35
//DtNetU128 bestEffortAddrs[];
36
//DtNetU32 addressFamilies[];
37
//DtNetU32 rtiexecCompIds[];
38
//DtNetU32 forwarderCompIds[];
39
//DtNetU16 udpPorts[];
40
//DtNetU16 tcpPorts[];
41
//DtNetU16 forwarderPorts[];
42
//DtNetU8 fullCompliance[];
43
//DtNetU8 rtiexecFwrdrFlags[];
44
//char execFwNames[];
45
//char hostNames[];
46
//char ownerHosts[];
47
48
};
49
50
51
#endif // DtNetAssistantInfoMsg_H_
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
)