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
makRadio
configureRadio.h
Go to the documentation of this file.
1
/*********************************************************************************
2
** Copyright (c) 2016 MAK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************************/
5
6
#pragma once
7
8
#include <
makRadio/rwRadioState.h
>
9
#include <
makRadio/controlMessage.h
>
10
11
namespace
makRadio
12
{
13
class
DT_DLL_MAKRADIO
ConfigureRadioMessage
:
public
ControlMessage
14
{
15
public
:
16
ConfigureRadioMessage
(
const
DtRwRadioState
& state);
17
virtual
~
ConfigureRadioMessage
();
18
19
virtual
DtRwRadioState
& state();
20
21
protected
:
22
DtRwRadioState
myState
;
23
};
24
25
}
26
27
makRadio::ConfigureRadioMessage
Definition:
configureRadio.h:13
controlMessage.h
rwRadioState.h
DT_DLL_MAKRADIO
#define DT_DLL_MAKRADIO
Get proper local export symbol.
Definition:
export.h:17
makRadio::ControlMessage
Definition:
controlMessage.h:13
makRadio::DtRwRadioState
Initializer for a radio state reader/writer.
Definition:
rwRadioState.h:95
makRadio::ConfigureRadioMessage::myState
DtRwRadioState myState
Definition:
configureRadio.h:22
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
)