18 class DtAerodromeStateComponent;
19 class DtVrfStateComponent;
53 virtual DtString type()
const override;
58 virtual bool isUnit()
const override {
return false; }
59 virtual bool isEntity()
const override {
return false; }
61 virtual bool init (
const DtEntityIdentifier&
id = DtEntityIdentifier())
override;
68 return myPublishObject;
71 virtual bool wantsToCreatePublisher()
const override;
73 virtual void onTick()
override;
76 virtual RTI::ObjectClassHandle objectClassHandle()
const override;
87 virtual void updatePublisher();
90 virtual void firstTimeInitialize();
Definition: vrfAerodromePublisher.h:21
virtual bool isLocal() const override
Is this network interface for a local (true) or remote (false) object? Local network interfaces shoul...
Definition: aerodromeLocalNetInterface.h:63
bool myFirstTimeInitialize
Definition: aerodromeLocalNetInterface.h:99
virtual bool isEnvironmental() const override
Definition: aerodromeLocalNetInterface.h:60
class DtVrlinkNetworkInterface:
Definition: vrlinkNetworkInterface.h:72
bool myPublishObject
Definition: aerodromeLocalNetInterface.h:98
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: vrfStateComponent.h:62
The overall structure of the DtStateData mechanism is: The DtStateData contains a list of double buff...
Definition: stateData.h:398
DtVrfAerodromePublisher * myPublisher
Definition: aerodromeLocalNetInterface.h:97
const DtAerodromeStateComponent * myAerodromeComponent
Definition: aerodromeLocalNetInterface.h:93
Class Description: DtSimObjectNetInterface.
Definition: simObjectNetInterface.h:50
#define DT_DLL_vrlinkNetworkInterface
This file is used to determine how to build.
Definition: vrlinkNetworkInterfaceDefines.h:24
std::vector< DtRunwayStateRepository * > myRunways
Definition: aerodromeLocalNetInterface.h:94
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: aerodromeStateComponent.h:20
const DtVrfStateComponent * myVrfStateComponent
Definition: aerodromeLocalNetInterface.h:95
virtual bool isEntity() const override
Definition: aerodromeLocalNetInterface.h:59
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.
Class Description: DtAerodromeLocalNetInterface.
Definition: aerodromeLocalNetInterface.h:27
virtual bool isUnit() const override
Is this network interface for a local (true) or remote (false) object? Deriving network interfaces sh...
Definition: aerodromeLocalNetInterface.h:58
virtual bool publishObject() const override
Definition: aerodromeLocalNetInterface.h:67
Definition: aerodromeStateData.h:355