19 class DtAerodromeStateComponent;
20 class DtVrfStateComponent;
21 class DtStatePropertiesStateComponent;
48 bool publishObject =
true);
55 virtual DtString type()
const override;
64 virtual void onTick()
override;
81 virtual bool isLocal()
const override {
return false; }
84 virtual void clearReflectedObject();
85 virtual void toBeRemoved()
override;
88 virtual RTI::ObjectClassHandle objectClassHandle()
const override;
94 virtual void setUpdateReceived(
bool updateReceived);
97 virtual bool updateReceived()
const;
103 virtual void setupFromNetworkRepository();
104 virtual void initializeRemoteStateComponents();
105 virtual void updateFromReflectedObject();
107 virtual void updateAerodromeInformation();
108 virtual void updateRunwayInformation();
110 virtual void updateVrfStateInformation();
116 bool myUpdateReceived =
false;
Class Description: DtAerodromeRemoteNetInterface.
Definition: aerodromeRemoteNetInterface.h:28
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: statePropertiesStateComponent.h:93
virtual bool isUnit() const override
Is this network interface for a local (true) or remote (false) object? Deriving network interfaces sh...
Definition: aerodromeRemoteNetInterface.h:66
DtReflectedObject * myReflectedObject
Definition: aerodromeRemoteNetInterface.h:115
virtual bool isLocal() const override
Is this network interface for a local (true) or remote (false) object? Local network interfaces shoul...
Definition: aerodromeRemoteNetInterface.h:81
virtual bool isEnvironmental() const override
Definition: aerodromeRemoteNetInterface.h:76
class DtVrlinkNetworkInterface:
Definition: vrlinkNetworkInterface.h:72
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
Class Description: DtSimObjectNetInterface.
Definition: simObjectNetInterface.h:50
#define DT_DLL_vrlinkNetworkInterface
This file is used to determine how to build.
Definition: vrlinkNetworkInterfaceDefines.h:24
virtual bool isEntity() const override
Definition: aerodromeRemoteNetInterface.h:71
virtual bool wantsToCreatePublisher() const override
Returns true if this interface wants to create a publisher. This cannot be done in parallel...
Definition: aerodromeRemoteNetInterface.h:60
DtExtAerodromeStateRepository * myAerodrome
Definition: aerodromeRemoteNetInterface.h:114
DtExtAerodromeStateRepository class extends the DtExtAerodromeBaseStateRepository to be able to handl...
Definition: extAerodromeStateRepository.h:27
Definition: aerodromeStateData.h:355