MAK RTIspy API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
20 {
21 public:
22 
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;
34  // 128 bit aligned here
38  DtNetU8 varData[1]; // char[] name
39  // char[] hostname
40 
41 };

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)