VR-Forces 5.0.3 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();
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. Holds all internal and external data for the object, and provides access to both the current frame and next frame state data for the object. All current frame data is read-only, and next-frame data can be written to. No thread safety guarantees are made on this object during the simulation frame and it should only be accessed by the thread that is simulating the object.
Definition: localObject.h:86

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)