MAK RTIspy API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
assistantFederateRespMsg.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2012 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
6 #ifndef assistantFederateRespMsg_H_
7 #define assistantFederateRespMsg_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  // Declare the standard methods required by the message class.
33 
34  // Connection information
37  DtDECLARE_UNSIGNED_PARAMETER_METHODS(ReliableAddressFamily, 32)
39  DtDECLARE_INET_ADDR_PARAMETER_METHODS(ReliableIpAddress)
40  DtDECLARE_INET_ADDR_PARAMETER_METHODS(BestEffortIpAddress)
41  DtDECLARE_UNSIGNED_PARAMETER_METHODS(ForwarderPort, 16)
43 
45 
46  // Federate information
48  DtDECLARE_ARRAY_SIZE_PARAMETER_METHODS(FederateTypesLength, 16)
50  DtDECLARE_ARRAY_SIZE_PARAMETER_METHODS(FederateProcessesLength, 16)
52  DtDECLARE_ARRAY_SIZE_PARAMETER_METHODS(LbtsStringsLength, 16)
54  DtDECLARE_ARRAY_SIZE_PARAMETER_METHODS(TimeStringsLength, 16)
55 
61  DtDECLARE_BOOL_ARRAY_PARAMETER_METHODS(AreStatsAvailable, 16)
64  DtDECLARE_STRING_ARRAY_PARAMETER_METHODS(FederateProcesses, 16)
65  DtDECLARE_STRING_ARRAY_PARAMETER_METHODS(FederationNames, 16)
67  DtDECLARE_STRING_ARRAY_PARAMETER_METHODS(LookaheadStrings, 16)
69 };
70 
71 
72 #endif // assistantFederateRespMsg_H_
73 

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)