![]() |
VR-Forces 4.7 Class Documentation
|
Implements the DtLocalExtendedPropertiesNetInterface class template. More...

Public Member Functions | |
| DtLocalExtendedPropertiesNetInterface (const DtString &name, DtVrfObject *vrfObject, DtReaderWriterRegistry *parentRegistry=0, bool publishObject=true) | |
| read/writable constructor | |
| DtLocalExtendedPropertiesNetInterface (const DtLocalExtendedPropertiesNetInterface< BaseNetInterface, StateRepository > &orig, DtReaderWriterRegistry *parentRegistry=0) | |
| copy constructor | |
| const DtLocalExtendedPropertiesNetInterface & | operator= (const DtLocalExtendedPropertiesNetInterface< BaseNetInterface, StateRepository > &orig) |
| assignment operator | |
| virtual | ~DtLocalExtendedPropertiesNetInterface () |
| destructor | |
| virtual bool | initExtendedProperties () |
| Initializer. | |
| virtual void | onTick () |
| Overridden to tick the ExtendedAttributes object publisher. | |
| virtual void | updatePublisher () |
| Calls the base class updatePublisher() and then updates the extended property attributes. | |
| virtual void | updateUuid () |
Static Public Member Functions | |
| static DtSimObjectNetInterface * | creator (const DtString &name, DtVrfObject *vrfObject, DtReaderWriterRegistry *parentRegistry, bool publishObject) |
Protected Member Functions | |
| DtLocalExtendedPropertiesNetInterface () | |
| default constructor | |
Protected Attributes | |
| bool | myIsUninitialized |
Implements the DtLocalExtendedPropertiesNetInterface class template.
Extends an existing local net interface class to give it the ability to publish extended properties.
|
inlineprotected |
default constructor
|
inline |
read/writable constructor
|
inline |
copy constructor
|
inlinevirtual |
destructor
|
inline |
assignment operator
|
inlinevirtual |
Initializer.
|
inlinevirtual |
Overridden to tick the ExtendedAttributes object publisher.
|
inlinevirtual |
Calls the base class updatePublisher() and then updates the extended property attributes.
|
inlinevirtual |
|
inlinestatic |
|
protected |