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
netAssistantRtiForwarderCompInfoMsg.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2013 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
6
#ifndef DtNetAssistantRtiForwarderCompInfoMsg_H_
7
#define DtNetAssistantRtiForwarderCompInfoMsg_H_
8
12
16
class
DT_DLL_ASSISTANT
DtNetAssistantRtiForwarderCompInfoMsg
17
{
18
public
:
19
20
DtNetAssistantMsgHeader
header
;
21
DtNetU128
tcpAddress
;
22
DtNetU128
tcpIfAddress
;
23
DtNetU128
udpAddress
;
24
DtNetU128
udpIfAddress
;
25
DtNetU128
additionalForwarderAddress
;
26
DtNetU32
addressFamily
;
27
DtNetU16
tcpPort
;
28
DtNetU16
udpPort
;
29
DtNetU16
forwarderPort
;
30
DtNetU16
hostNameSize
;
31
DtNetU16
logFileNameSize
;
32
DtNetU16
notifyLevel
;
33
DtNetU8
fullCompliance
;
34
DtNetU8
execConfirmed
;
35
DtNetU8
isRoutesFileBased
;
36
// char hostName[] - host name on which the RTI Forwarder is running
37
// char logFileName[] - log file used by the RTI Forwarder
38
};
39
40
41
#endif
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
)