18 #include <vl/environmentProcessRepository.h>
19 #include <vl/reflectedEnvironmentProcess.h>
20 #include <vlpi/disEnums.h>
35 class DtVrfStateComponent;
36 class DtStatePropertiesStateComponent;
66 virtual void onTick();
70 virtual void updateFromReflectedObject();
78 virtual void setupFromNetworkRepository();
90 virtual void clearReflectedObject();
91 virtual void toBeRemoved();
93 virtual bool isLocal()
const {
return false; }
101 virtual void setUpdateReceived(
bool updateReceived);
104 virtual bool updateReceived()
const;
107 virtual RTI::ObjectClassHandle objectClassHandle()
const;
130 virtual void updateLocalGeometry();
132 virtual void updateLocalBoundingGeometry();
134 virtual void updateLocalObjectState();
136 virtual void updateLocalObjectType();
138 virtual void updateLocalModelType();
141 virtual void updateUUIDIfNeeded();
145 virtual void initializeRemoteStateComponents();
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 isLocal() const
Is this network interface for a local (true) or remote (false) object? Local network interfaces shoul...
Definition: simRemoteEnvironmentalNetInterface.h:93
DtReflectedEnvironmentProcess * myReflectedObject
Pointer to the VR-Link Reflected Object.
Definition: simRemoteEnvironmentalNetInterface.h:150
Definition: simRemoteEnvironmentalNetInterface.h:38
class DtVrlinkNetworkInterface:
Definition: vrlinkNetworkInterface.h:60
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:154
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 wantsToCreatePublisher() const
Returns true if this interface wants to create a publisher. This cannot be done in parallel...
Definition: simRemoteEnvironmentalNetInterface.h:123
Definition: simEnvironmentalNetInterface.h:33
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.