VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
makRadioInteractionInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2019 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
7 
8 #pragma once
9 
10 #include <vrfGuiCore/vrfGuiCore.h>
13 
14 #include <string>
15 
17 
18 namespace makVrf
19 {
21  {
22  public:
24 
29 
31 
33  virtual DtNetworkMessageInterface* clone() const;
34 
36  static const char* theName();
37 
39  virtual const char* name();
40 
41  void setConnectionBundle(uintptr_t);
42  uintptr_t connectionBundle() const;
43 
44  void setRegisterBundle(bool);
45  bool registerBundle() const;
46 
47  protected:
48  uintptr_t myBundle;
49  bool myRegister;
50  };
51 }
Definition: networkMessageInterface.h:28
uintptr_t myBundle
Definition: makRadioInteractionInterface.h:48
bool myRegister
Definition: makRadioInteractionInterface.h:49
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
Definition: makRadioInteractionInterface.h:20

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)