18 class DtAerodromeStateComponent;
19 class DtVrfStateComponent;
58 virtual bool isUnit()
const {
return false; }
59 virtual bool isEntity()
const {
return false; }
61 virtual bool init (
const DtEntityIdentifier&
id = DtEntityIdentifier())
override;
70 return myPublishObject;
73 virtual bool wantsToCreatePublisher()
const;
75 virtual void onTick();
78 virtual RTI::ObjectClassHandle objectClassHandle()
const override;
89 virtual void updatePublisher();
92 virtual void firstTimeInitialize();
Definition: vrfAerodromePublisher.h:21
virtual bool isLocal() const
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:101
virtual bool publishObject() const
Definition: aerodromeLocalNetInterface.h:68
virtual bool isUnit() const
Is this network interface for a local (true) or remote (false) object? Deriving network interfaces sh...
Definition: aerodromeLocalNetInterface.h:58
virtual bool isEntity() const
Definition: aerodromeLocalNetInterface.h:59
class DtVrlinkNetworkInterface:
Definition: vrlinkNetworkInterface.h:60
bool myPublishObject
Definition: aerodromeLocalNetInterface.h:100
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:66
The overall structure of the DtStateData mechanism is: The DtStateData contains a list of double buff...
Definition: stateData.h:339
DtVrfAerodromePublisher * myPublisher
Definition: aerodromeLocalNetInterface.h:99
const DtAerodromeStateComponent * myAerodromeComponent
Definition: aerodromeLocalNetInterface.h:95
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:96
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:97
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.
Class Description: DtAerodromeLocalNetInterface.
Definition: aerodromeLocalNetInterface.h:27
virtual bool isEnvironmental() const
Definition: aerodromeLocalNetInterface.h:60
Definition: aerodromeStateData.h:355