MAK RTIspy API Documentation for HLA 1.3
 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  // Connection information
38  DtDECLARE_UNSIGNED_PARAMETER_METHODS(ReliableAddressFamily, 32)
40  DtDECLARE_INET_ADDR_PARAMETER_METHODS(ReliableIpAddress)
41  DtDECLARE_INET_ADDR_PARAMETER_METHODS(BestEffortIpAddress)
42  DtDECLARE_UNSIGNED_PARAMETER_METHODS(ForwarderPort, 16)
44 
46 
47  // Federate/Federation information
49  DtDECLARE_ARRAY_SIZE_PARAMETER_METHODS(FederationNameSize, 16)
50  DtDECLARE_STRING_PARAMETER_METHODS(FederationName, 16)
51 };
52 
53 
54 #endif // assistantFederateReqMsg_H_
55 

Document ID: Generated on Wed Mar 11 20:26:49 EDT 2015 from SVN revision 150939
Copyright © 2005-2015 VT MÄK Inc. All Rights Reserved (www.mak.com)