19 class DtAerodromeStateComponent;
20 class DtVrfStateComponent;
21 class DtStatePropertiesStateComponent;
48 bool publishObject =
true);
65 virtual void onTick()
override;
82 virtual bool isLocal()
const {
return false; }
85 virtual void clearReflectedObject();
86 virtual void toBeRemoved();
89 virtual RTI::ObjectClassHandle objectClassHandle()
const;
95 virtual void setUpdateReceived(
bool updateReceived);
98 virtual bool updateReceived()
const;
104 virtual void setupFromNetworkRepository();
105 virtual void initializeRemoteStateComponents();
106 virtual void updateFromReflectedObject();
108 virtual void updateAerodromeInformation();
109 virtual void updateRunwayInformation();
111 virtual void updateVrfStateInformation();
117 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:67
virtual bool isLocal() const
Is this network interface for a local (true) or remote (false) object? Local network interfaces shoul...
Definition: aerodromeRemoteNetInterface.h:82
DtReflectedObject * myReflectedObject
Definition: aerodromeRemoteNetInterface.h:116
virtual bool wantsToCreatePublisher() const
Returns true if this interface wants to create a publisher. This cannot be done in parallel...
Definition: aerodromeRemoteNetInterface.h:60
virtual bool isEnvironmental() const override
Definition: aerodromeRemoteNetInterface.h:77
class DtVrlinkNetworkInterface:
Definition: vrlinkNetworkInterface.h:60
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:339
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:72
DtExtAerodromeStateRepository * myAerodrome
Definition: aerodromeRemoteNetInterface.h:115
DtExtAerodromeStateRepository class extends the DtExtAerodromeBaseStateRepository to be able to handl...
Definition: extAerodromeStateRepository.h:27
Definition: aerodromeStateData.h:355