VR-Forces 5.0.3 Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
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:96
makRadio::ConfigureRadioMessage::myState
DtRwRadioState myState
Definition:
configureRadio.h:22
Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)