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
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
DtNetU16
udpPort
;
22
DtNetU16
tcpPort
;
23
DtNetU128
reliableIpAddress
;
24
DtNetU128
additionalForwarderAddress
;
25
DtNetU128
bestEffortIpAddress
;
26
DtNetU32
addressFamily
;
27
DtNetU16
forwarderPort
;
28
DtNetU16
hostNameSize
;
29
DtNetU16
logFileNameSize
;
30
DtNetU16
notifyLevel
;
31
DtNetU8
fullCompliance
;
32
DtNetU8
execConfirmed
;
33
// char hostName[] - host name on which the RTI Forwarder is running
34
// char logFileName[] - log file used by the RTI Forwarder
35
};
36
37
38
#endif
Document ID: Generated on Mon Mar 21 09:41:37 EDT 2016 from SVN revision 163228
Copyright © 2005-2015 VT MÄK Inc. All Rights Reserved (
www.mak.com
)