MAK RTIspy API Documentation for HLA Evolved
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
netAssistantConnQueryMsg.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
12
#include "
netAssistantMsgHdr.h
"
13
#include <vlutil/vlNetTypes.h>
14
#include <vlutil/vlUtil.h>
15
16
class
DT_DLL_ASSISTANT
DtNetAssistantConnQueryMsg
17
{
18
public
:
19
20
DtNetAssistantMsgHeader
header
;
21
DtNetU128
tcpAddress
;
22
DtNetU128
tcpInterfaceAddress
;
23
DtNetU128
udpAddress
;
24
DtNetU128
udpInterfaceAddress
;
25
DtNetU16
tcpPort
;
26
DtNetU16
udpPort
;
27
DtNetU16
forwarderPort
;
28
DtNetU16
additionalForwarderNameSize
;
29
DtNetU16
connectionNameSize
;
30
DtNetU16
ridConfigurationSize
;
31
DtNetU8
inetAddrFamily
;
32
DtNetU8
useRtiexec
;
33
DtNetU8
forceFullCompliance
;
34
DtNetU8
ridIsPreconfigured
;
35
DtNetU8
accepted
;
36
DtNetU8
error
;
37
DtNetU8
internalForwarder
;
38
DtNetU8
assistant
;
39
// char* additionalForwarderName []
40
// char* connectionName []
41
// char* ridConfiguration []
42
43
};
Document ID: Generated on Fri Sep 27 00:57:56 EDT 2019 from SVN revision 201708
Copyright © 2005-2018 VT MÄK Inc. All Rights Reserved (
www.mak.com
)