MAK RTIspy API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
assistantFederateReqMsg.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2012 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
6 #ifndef assistantFederateReqMsg_H_
7 #define assistantFederateReqMsg_H_
8 
12 
13 
14 #include "assistantTemplateMsg.h"
15 #include "rtiAssistantPeer.h"
19 #include <vlutil/vlInetAddr.h>
20 #include <vlutil/vlNetTypes.h>
21 
22 
28 {
29 public:
30 
31  // Declare the standard methods required by the message class.
34 
35  //Note, Assistant Header is aligned to 64 bits and is implicitly placed in front of the following
36 
37  // Connection information
38  DtDECLARE_UNSIGNED_PARAMETER_METHODS(TcpAddressFamily, 32)
39  DtDECLARE_UNSIGNED_PARAMETER_METHODS(UdpAddressFamily, 32)
40 
44 
47  DtDECLARE_UNSIGNED_PARAMETER_METHODS(ForwarderPort, 16)
50 
51  // Federate/Federation information
52  DtDECLARE_UNSIGNED_PARAMETER_METHODS(FederateHandle, 32)
53  DtDECLARE_ARRAY_SIZE_PARAMETER_METHODS(FederationNameSize, 16)
54  DtDECLARE_STRING_PARAMETER_METHODS(FederationName, 16)
55 };
56 
57 
58 #endif // assistantFederateReqMsg_H_
59 

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)