MAK RTIspy API Documentation for HLA 1.3
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
netAssistantStartRtiexecMsg.h
Go to the documentation of this file.
1
/****************************************************************************
2
* Copyright (c) 2016 VT MAK
3
* All rights reserved.
4
****************************************************************************/
5
9
10
#pragma once
11
14
class
DT_DLL_ASSISTANT
DtNetAssistantStartRtiexecMsg
15
{
16
public
:
17
18
DtNetAssistantMsgHeader
header
;
19
DtNetU128
tcpAddress
;
20
DtNetU128
udpAddress
;
21
DtNetU128
tcpInterfaceAddress
;
22
DtNetU128
udpInterfaceAddress
;
23
DtNetU128
forwarderAddressToConnectTo
;
24
DtNetU16
udpPort
;
25
DtNetU16
tcpPort
;
26
DtNetU32
addressFamily
;
27
DtNetU16
forwarderPort
;
28
DtNetU16
hostNameSize
;
29
DtNetU16
connectionNameSize
;
30
DtNetU8
fullCompliance
;
31
DtNetU8
isRidPreconfigured
;
32
DtNetU16
ridConfigurationNameSize
;
33
DtNetU16
ridLispSize
;
34
//char hostName[];
35
//char connName[];
36
//char ridConfigurationName[];
37
//char ridLisp[];
38
39
};
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
)