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 };

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)