15 #include <vl/reflectedEntity.h>
28 class DtArticulatedPartStateRepository;
29 class DtVrfStateComponent;
30 class DtStatePropertiesStateComponent;
56 virtual void updateFromReflectedObject()
override;
72 virtual DtString type()
const override;
87 virtual void updateUUIDIfNeeded()
override;
89 virtual bool isUnit()
const override {
return false; };
90 virtual bool isEntity()
const override {
return true; };
95 virtual void initializeRemoteStateComponents()
override;
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: simIndividualRemoteEntityNetInterface.h:89
virtual bool isEntity() const override
Definition: simIndividualRemoteEntityNetInterface.h:90
Definition: simRemoteEntityNetInterface.h:31
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
DtExtEntityStateRepository class extends the DtExtEntityBaseStateRepository to be able to handle exte...
Definition: extEntityStateRepository.h:25
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 isAggregate() const
Definition: simIndividualRemoteEntityNetInterface.h:66
The DtArticulatedPartStateRepository class is used to represent articulated parts for an entity...
Definition: articulatedPartStateRepository.h:40
Definition: simIndividualRemoteEntityNetInterface.h:32
Contains the DtExtEntityStateRepository class.