MAK RTIspy API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
assistantToAssistantConnectionMsg.h
Go to the documentation of this file.
1 /****************************************************************************
2 * Copyright (c) 2017 VT MAK
3 * All rights reserved.
4 ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include "assistantTemplateMsg.h"
13 #include "assistantInfo.h"
17 #include <vlutil/vlInetAddr.h>
18 #include <vlutil/vlNetTypes.h>
19 
20 class DtRtiAssistantPeer;
21 
23 {
24  DtSYN = 0,
30 };
31 
33 // TODO maybe I should not reuse this message (performance), nonACK does not need UUID
34 // Maybe I should use bitfields
35 // Maybe I should do a lot of things
37 {
38 public:
39  // Declare the standard methods required by the message class.
42 
43 
44  DtDECLARE_UNSIGNED_PARAMETER_METHODS(RemoteAddressFamily, 32);
45  DtDECLARE_UNSIGNED_PARAMETER_METHODS(AdvancedPublicAddressToUseFamily, 32);
47  DtDECLARE_UNSIGNED_PARAMETER_METHODS(AdvancedPublicPortToUse, 32);
49  DtDECLARE_INET_ADDR_PARAMETER_METHODS(AdvancedPublicAddressToUse);
50  DtDECLARE_UNSIGNED_PARAMETER_METHODS(ConnectionId, 128);
51  DtDECLARE_UNSIGNED_PARAMETER_METHODS(AckConnectionId, 128);
52 
55 
58 
59 public:
60  virtual void assistantConnectionFromMsg(DtAssistantConnectionStruct& conn) const;
61 };
This file contains the declaration of DtAssistantInfo.
#define DtDECLARE_ARRAY_SIZE_PARAMETER_METHODS(ParamName, BitSize)
Definition: rtiTemplateMsgArrayParams.h:513
#define DtDECLARE_STRING_PARAMETER_METHODS(ParamName, LengthBitSize)
Definition: rtiTemplateMsgArrayParams.h:623
Definition: assistantToAssistantConnectionMsg.h:25
DtAssistantTemplateMsg defines a base class which can be subclassed to quickly produce a new Assistan...
Definition: assistantTemplateMsg.h:46
Structure Remote Assistant to be displayed.
Definition: assistantInfo.h:39
#define DtASTNT_DECLARE_STANDARD_MSG_METHODS(ClassName)
Definition: assistantTemplateMsg.h:139
Definition: assistantToAssistantConnectionMsg.h:29
This file defines the DtRtiArrayMsgParam template which can be used to create a message parameter whi...
Definition: assistantToAssistantConnectionMsg.h:27
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
DtAssistantHandshakeType
Definition: assistantToAssistantConnectionMsg.h:22
#define DtASTNT_DECLARE_PEER_CALLBACK_METHODS(ClassName)
Definition: assistantTemplateMsg.h:159
DtRtiAssistantPeer manages the sharing of information between one Assistant to other Assistants using...
Definition: rtiAssistantPeer.h:82
The DtAssistantToAssistantConnectionMsg.
Definition: assistantToAssistantConnectionMsg.h:36
#define DtDECLARE_UNSIGNED_PARAMETER_METHODS(ParamName, BitSize)
Definition: rtiTemplateMsgParams.h:206
DtAssistantConnectionType
Definition: assistantInfo.h:33
Definition: assistantToAssistantConnectionMsg.h:28
Definition: assistantToAssistantConnectionMsg.h:26
Definition: assistantToAssistantConnectionMsg.h:24
#define DtDECLARE_ENUMERATION_PARAMETER_METHODS(ParamName, EnumType, BitSize)
Definition: rtiTemplateMsgParams.h:237
#define DtDECLARE_INET_ADDR_PARAMETER_METHODS(ParamName)
Definition: rtiTemplateMsgInetAddrParams.h:348
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)