18 #include <vl/environmentProcessRepository.h>
19 #include <vl/reflectedEnvironmentProcess.h>
20 #include <vlpi/disEnums.h>
35 class DtVrfStateComponent;
36 class DtStatePropertiesStateComponent;
63 virtual bool init()
override;
66 virtual void onTick()
override;
70 virtual void updateFromReflectedObject();
78 virtual void setupFromNetworkRepository();
90 virtual void clearReflectedObject();
91 virtual void toBeRemoved()
override;
93 virtual bool isLocal()
const override {
return false; }
97 virtual DtString type()
const override;
101 virtual void setUpdateReceived(
bool updateReceived);
104 virtual bool updateReceived()
const;
107 virtual RTI::ObjectClassHandle objectClassHandle()
const override;
129 virtual void updateLocalGeometry();
131 virtual void updateLocalBoundingGeometry();
133 virtual void updateLocalObjectState();
135 virtual void updateLocalObjectType();
137 virtual void updateLocalModelType();
140 virtual void updateUUIDIfNeeded();
144 virtual void initializeRemoteStateComponents();
154 bool myFirstNetworkUpdate =
true;
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
DtReflectedEnvironmentProcess * myReflectedObject
Pointer to the VR-Link Reflected Object.
Definition: simRemoteEnvironmentalNetInterface.h:149
Definition: simRemoteEnvironmentalNetInterface.h:38
class DtVrlinkNetworkInterface:
Definition: vrlinkNetworkInterface.h:72
DtControlObjectRepository class extends the DtControlObjectBaseRepository to be able to handle extend...
Definition: controlObjectRepository.h:27
bool myUpdateReceived
Set to true by post-update callback; set to false after update has been processed.
Definition: simRemoteEnvironmentalNetInterface.h:153
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
Definition: simEnvironmentalNetInterface.h:33
virtual bool isLocal() const override
Is this network interface for a local (true) or remote (false) object? Local network interfaces shoul...
Definition: simRemoteEnvironmentalNetInterface.h:93
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.
virtual bool wantsToCreatePublisher() const override
Returns true if this interface wants to create a publisher. This cannot be done in parallel...
Definition: simRemoteEnvironmentalNetInterface.h:123