VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfNavAidRadioTransmitter.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
7 #pragma once
8 
10 #include <string>
11 
12 namespace makVrf
13 {
14  class DtNavAidRadioTransmitterStateComponent;
15 }
16 
20 {
21 private:
23 
28 
29 public:
31  virtual ~DtVrfNavAidRadioTransmitter() override;
32 
34  virtual void setIdentificationCode(const std::wstring& val);
35 
37  virtual std::wstring identificationCode() const;
38 
39 protected:
40  virtual void createRadioTransmitter() override;
41 
42 protected:
44 };
Definition: vrfRadioTransmitter.h:25
Definition: vrfRadioTransmitterParams.h:18
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
DtVrfRadioTransmitter & operator=(const DtVrfRadioTransmitter &orig)
Not implemented.
makVrf::DtNavAidRadioTransmitterStateComponent * myNavAidRadioTransmitter
Definition: vrfNavAidRadioTransmitter.h:43
Specialized version of the radio transmitter – adds an identification code to the radio transmitter f...
Definition: vrfNavAidRadioTransmitter.h:19
1) Define the interface class that will be used to represent the next and curent frames. The UNDEFINED_ macros are convenience macros that will define methods that throw exceptions (until they are implemented)
Definition: navAidRadioTransmitterStateComponent.h:20
virtual void createRadioTransmitter()
A locally simulated VRF object.
Definition: localObject.h:98

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)