9 #ifndef MyIndividualLocalEntityNetInterface_H_
10 #define MyIndividualLocalEntityNetInterface_H_
23 bool publishObject =
true);
static DtSimObjectNetInterface * creator(const DtString &name, DtVrfObject *simObject, DtReaderWriterRegistry *parentRegistry, bool publishObject)
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
virtual void updatePublisher()
Calls the base class updatePublisher() and then updates the extended property attributes.
Definition: readerWriterRegistry.h:39
const MyIndividualLocalEntityNetInterface & operator=(const MyIndividualLocalEntityNetInterface &orig)
Definition: myIndLclNetIf.h:14
virtual DtVrfObject * simObject() const
This is a pointer to the simulation object for which this interface was created.
virtual DtString type() const
Returns the type of net interface object.
Class Description: DtSimObjectNetInterface.
Definition: simObjectNetInterface.h:37
virtual ~MyIndividualLocalEntityNetInterface()
MyIndividualLocalEntityNetInterface()
virtual DtSymbolString name() const
Accessor for name of this readable/writable object.
Defines the local net interface class that supports aggregates with extended property attributes...
Definition: simIndividualLocalEntityWithPropertiesNetInterface.h:21