VR-Forces 4.8 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfGuiCore
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
>
11
#include <
vrfGuiCore/networkMessageInterface.h
>
12
#include <
vrfGuiCore/vrfintPtrDefine.h
>
13
14
#include <string>
15
17
18
namespace
makVrf
19
{
20
class
DT_DLL_VRFGUICORE
DtMakRadioInteractionInterface
:
public
DtNetworkMessageInterface
21
{
22
public
:
23
DtMakRadioInteractionInterface
();
24
28
DtMakRadioInteractionInterface
(
const
DtMakRadioInteractionInterface
&);
29
30
virtual
~
DtMakRadioInteractionInterface
();
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
}
makVrf::DtNetworkMessageInterface
Definition:
networkMessageInterface.h:28
networkMessageInterface.h
makVrf::DtMakRadioInteractionInterface::myBundle
uintptr_t myBundle
Definition:
makRadioInteractionInterface.h:48
makVrf::DtMakRadioInteractionInterface::myRegister
bool myRegister
Definition:
makRadioInteractionInterface.h:49
DT_DLL_VRFGUICORE
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition:
vrfGuiCore.h:25
vrfGuiCore.h
makVrf::DtMakRadioInteractionInterface
Definition:
makRadioInteractionInterface.h:20
vrfintPtrDefine.h
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
)