9 #ifndef MyIndividualRemoteEntityNetInterface_H_
10 #define MyIndividualRemoteEntityNetInterface_H_
23 bool publishObject =
true);
virtual ~MyIndividualRemoteEntityNetInterface()
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
Definition: readerWriterRegistry.h:39
virtual void updateFromReflectedObject()
Calls the base class function to copy the network data to the local state repository, then does the same for the extended property attributes.
Defines the remote net interface class that supports individuals with extended property attributes...
Definition: vrfIndividualRemoteEntityWithPropertiesNetInterface.h:22
static DtSimObjectNetInterface * creator(const DtString &name, DtVrfObject *simObject, DtReaderWriterRegistry *parentRegistry, bool publishObject)
Definition: myIndRemNetIf.h:14
virtual DtVrfObject * simObject() const
This is a pointer to the simulation object for which this interface was created.
Class Description: DtSimObjectNetInterface.
Definition: simObjectNetInterface.h:37
const MyIndividualRemoteEntityNetInterface & operator=(const MyIndividualRemoteEntityNetInterface &orig)
virtual DtString type() const
Returns the type of net interface object.
virtual DtSymbolString name() const
Accessor for name of this readable/writable object.
MyIndividualRemoteEntityNetInterface()