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 
#define DtDECLARE_ARRAY_SIZE_PARAMETER_METHODS(ParamName, BitSize)
Definition: rtiTemplateMsgArrayParams.h:513
#define DtDECLARE_STRING_PARAMETER_METHODS(ParamName, LengthBitSize)
Definition: rtiTemplateMsgArrayParams.h:623
DtAssistantTemplateMsg defines a base class which can be subclassed to quickly produce a new Assistan...
Definition: assistantTemplateMsg.h:46
#define DtASTNT_DECLARE_STANDARD_MSG_METHODS(ClassName)
Definition: assistantTemplateMsg.h:139
This file defines the DtRtiArrayMsgParam template which can be used to create a message parameter whi...
This file defines the DtRtiMsgParam template which can be used to produce template based message clas...
#define DT_DLL_ASSISTANT
_WIN32
Definition: rtiMsConfig.h:121
#define DtASTNT_DECLARE_PEER_CALLBACK_METHODS(ClassName)
Definition: assistantTemplateMsg.h:159
#define DtDECLARE_BOOL_PARAMETER_METHODS(ParamName)
Definition: rtiTemplateMsgParams.h:216
The DtAssistantFederateReqMsg defines the RTI Assistant message used by one Assistant to request anot...
Definition: assistantFederateReqMsg.h:27
#define DtDECLARE_UNSIGNED_PARAMETER_METHODS(ParamName, BitSize)
Definition: rtiTemplateMsgParams.h:206
#define DtDECLARE_INET_ADDR_PARAMETER_METHODS(ParamName)
Definition: rtiTemplateMsgInetAddrParams.h:348
Contains the DtRtiAssistantPeer class declaration.
This file contains template specializations for the DtRtiMsgParam and DtRtiArrayMsgParam template cla...

Document ID: Generated on Mon Sep 7 15:40:32 EDT 2020 from SVN revision 217499
Copyright © 2005-2020 MAK Technologies Inc. All Rights Reserved (www.mak.com)