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

Public Types | |
| typedef makVrfVrlinkExtToolkit::DtGenericAttributeStateRepository < BaseStateRepository > | DtExtendedPropertiesStateRepository |
Public Member Functions | |
| DtRemoteExtendedPropertiesNetInterface (const DtString &name, DtVrfObject *simObject, DtReaderWriterRegistry *parentRegistry=0, bool publishObject=true) | |
| read/writable constructor | |
| DtRemoteExtendedPropertiesNetInterface (const DtRemoteExtendedPropertiesNetInterface< BaseNetInterface, BaseStateRepository > &orig, DtReaderWriterRegistry *parentRegistry=0) | |
| copy constructor | |
| const DtRemoteExtendedPropertiesNetInterface & | operator= (const DtRemoteExtendedPropertiesNetInterface< BaseNetInterface, BaseStateRepository > &orig) |
| assignment operator | |
| virtual | ~DtRemoteExtendedPropertiesNetInterface () |
| destructor | |
| 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. | |
| virtual bool | updatePropertyAttributesFromNet () |
| Updates any extended property attributes of the aggregate from the network. | |
Static Public Member Functions | |
| static DtSimObjectNetInterface * | creator (const DtString &name, DtVrfObject *simObject, DtReaderWriterRegistry *parentRegistry, bool publishObject) |
Protected Member Functions | |
| DtRemoteExtendedPropertiesNetInterface () | |
| default constructor | |
Implements the DtRemoteExtendedPropertiesNetInterface class template.
Extends an existing remote net interface class to give it the ability to receive extended properties.
| typedef makVrfVrlinkExtToolkit::DtGenericAttributeStateRepository<BaseStateRepository> DtRemoteExtendedPropertiesNetInterface< BaseNetInterface, BaseStateRepository >::DtExtendedPropertiesStateRepository |
|
inlineprotected |
default constructor
|
inline |
read/writable constructor
|
inline |
copy constructor
|
inlinevirtual |
destructor
|
inline |
assignment operator
|
inlinevirtual |
Calls the base class function to copy the network data to the local state repository, then does the same for the extended property attributes.
|
inlinevirtual |
Updates any extended property attributes of the aggregate from the network.
|
inlinestatic |
Reimplemented in DtRemoteEngineeringObjectNetInterface, and DtVrfAggregateWithPropertiesRemoteEntityNetInterface.