14 class DtNavAidRadioTransmitterStateComponent;
34 virtual void setIdentificationCode(
const std::wstring& val);
37 virtual std::wstring identificationCode()
const;
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