![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| MyIndividualRemoteEntityNetInterface (const DtString &name, DtVrfObject *simObject, DtReaderWriterRegistry *parentRegistry=0, bool publishObject=true) | |
| virtual | ~MyIndividualRemoteEntityNetInterface () |
| virtual void | updateFromReflectedObject () |
| Override to update DI-Guy Information. | |
| virtual DtString | type () const |
| Returns the type of net interface object. | |
Static Public Member Functions | |
| static DtSimObjectNetInterface * | creator (const DtString &name, DtVrfObject *simObject, DtReaderWriterRegistry *parentRegistry, bool publishObject) |
Protected Member Functions | |
| MyIndividualRemoteEntityNetInterface () | |
| MyIndividualRemoteEntityNetInterface (const MyIndividualRemoteEntityNetInterface &orig, DtReaderWriterRegistry *parentRegistry=0) | |
| const MyIndividualRemoteEntityNetInterface & | operator= (const MyIndividualRemoteEntityNetInterface &orig) |
| MyIndividualRemoteEntityNetInterface::MyIndividualRemoteEntityNetInterface | ( | const DtString & | name, |
| DtVrfObject * | simObject, | ||
| DtReaderWriterRegistry * | parentRegistry = 0, |
||
| bool | publishObject = true |
||
| ) |
| virtual MyIndividualRemoteEntityNetInterface::~MyIndividualRemoteEntityNetInterface | ( | ) | [virtual] |
| MyIndividualRemoteEntityNetInterface::MyIndividualRemoteEntityNetInterface | ( | const MyIndividualRemoteEntityNetInterface & | orig, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) | [protected] |
| virtual void MyIndividualRemoteEntityNetInterface::updateFromReflectedObject | ( | ) | [virtual] |
Override to update DI-Guy Information.
Reimplemented from DtVrfIndividualRemoteEntityNetInterface.
| virtual DtString MyIndividualRemoteEntityNetInterface::type | ( | ) | const [virtual] |
Returns the type of net interface object.
Strings are defined in netIfTypes.h.
Reimplemented from DtVrfIndividualRemoteEntityNetInterface.
| static DtSimObjectNetInterface* MyIndividualRemoteEntityNetInterface::creator | ( | const DtString & | name, |
| DtVrfObject * | simObject, | ||
| DtReaderWriterRegistry * | parentRegistry, | ||
| bool | publishObject | ||
| ) | [static] |
Reimplemented from DtVrfIndividualRemoteEntityNetInterface.
| const MyIndividualRemoteEntityNetInterface& MyIndividualRemoteEntityNetInterface::operator= | ( | const MyIndividualRemoteEntityNetInterface & | orig | ) | [protected] |