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
RTI
netConnectToForwarderMsg.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2014 VT-MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
#pragma once
7
11
12
#include <vlutil/vlNetTypes.h>
13
#include <vlutil/vlUtil.h>
14
15
#include "
netRtiMsgHdr.h
"
16
19
class
DT_DLL_LRC
DtNetConnectToForwarderMsg
20
{
21
public
:
22
23
DtNetMsgHeader
header
;
24
// 64 bit aligned here
25
DtNetU32
forwarderNodeId
;
26
DtNetU32
recipientNodeId
;
27
// 128 bit aligned here
28
DtNetU128
forwarderIpAddr
;
29
// 128 bit aligned here
30
DtNetU32
addrFamily
;
31
DtNetU32
port
;
32
DtNetU32
forwarderNameSize
;
33
DtNetU32
forwarderHostNameSize
;
34
// 128 bit aligned here
35
DtNetU32
numKnownForwarders
;
36
DtNetU32
knownForwarderNamesSize
;
37
DtNetU32
knownForwarderHostNamesSize
;
38
DtNetU8 varData[1];
// char[] name
39
// char[] hostname
40
41
};
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
)