MAK RTIspy API Documentation for HLA Evolved
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
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 Tue May 7 16:26:47 EDT 2013 from SVN revision 126903
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)