41 bool publishObject =
true);
60 virtual bool isEntity()
const {
return false; }
virtual bool init()
Derived classes that need to perform virtual construction my override this function as desired...
Definition: simObjectNetInterface.h:66
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
virtual bool isEntity() const
Is this network interface for a local (true) or remote (false) object? Deriving network interfaces sh...
Definition: simEnvironmentalNetInterface.h:60
Definition: readerWriterRegistry.h:39
const DtSimObjectNetInterface & operator=(const DtSimObjectNetInterface &orig)
assignment operator
DtControlObjectRepository class extends the DtControlObjectBaseRepository to be able to handle extend...
Definition: controlObjectRepository.h:27
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
Class Description: DtSimEnvironmentalNetInterface.
Definition: simEnvironmentalNetInterface.h:30
Class Description: DtSimObjectNetInterface.
Definition: simObjectNetInterface.h:37
virtual bool isEnvironmental() const
Definition: simEnvironmentalNetInterface.h:61