VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
10 
11 namespace makRadio
12 {
14  {
15  public:
17  virtual ~ConfigureRadioMessage();
18 
19  virtual DtRwRadioState& state();
20 
21  protected:
23  };
24 
25 }
26 
27 
Definition: configureRadio.h:13
#define DT_DLL_MAKRADIO
Get proper local export symbol.
Definition: export.h:17
Definition: controlMessage.h:13
Initializer for a radio state reader/writer.
Definition: rwRadioState.h:96
DtRwRadioState myState
Definition: configureRadio.h:22

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)