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
DtNetU16
localIpv4InterfaceCount
;
32
DtNetU16
localIpv6InterfaceCount
;
33
DtNetU16
hostNamesSize
;
34
DtNetU16
ownerHostSize
;
35
DtAssistantUuid
assistantUuid
;
36
//DtNetU128 localIp4Interfaces[];
37
//DtNetU128 localIp6Interfaces[];
38
//DtNetU128 tcpAddrs[];
39
//DtNetU128 udpAddrs[];
40
//DtNetU128 udpIntfAddrs[];
41
//DtNetU32 addressFamilies[];
42
//DtNetU32 rtiexecCompIds[];
43
//DtNetU32 forwarderCompIds[];
44
//DtNetU16 udpPorts[];
45
//DtNetU16 tcpPorts[];
46
//DtNetU16 forwarderPorts[];
47
//DtNetU8 fullCompliance[];
48
//DtNetU8 rtiexecFwrdrFlags[];
49
//char execFwNames[];
50
//char hostNames[];
51
//char ownerHosts[];
52
53
};
54
55
56
#endif // DtNetAssistantInfoMsg_H_
Document ID: Generated on Mon Jul 9 10:30:41 EDT 2018 from SVN revision 190224
Copyright © 2005-2018 VT MÄK Inc. All Rights Reserved (
www.mak.com
)