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

Public Member Functions | |
| MyIndividualLocalEntityNetInterface (const DtString &name, DtVrfObject *simObject, DtReaderWriterRegistry *parentRegistry=0, bool publishObject=true) | |
| virtual | ~MyIndividualLocalEntityNetInterface () |
| virtual void | updatePublisher () |
| Override of base class updatePublisher(). | |
| 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 | |
| MyIndividualLocalEntityNetInterface () | |
| MyIndividualLocalEntityNetInterface (const MyIndividualLocalEntityNetInterface &orig, DtReaderWriterRegistry *parentRegistry=0) | |
| const MyIndividualLocalEntityNetInterface & | operator= (const MyIndividualLocalEntityNetInterface &orig) |
| MyIndividualLocalEntityNetInterface::MyIndividualLocalEntityNetInterface | ( | const DtString & | name, |
| DtVrfObject * | simObject, | ||
| DtReaderWriterRegistry * | parentRegistry = 0, |
||
| bool | publishObject = true |
||
| ) |
| virtual MyIndividualLocalEntityNetInterface::~MyIndividualLocalEntityNetInterface | ( | ) | [virtual] |
| MyIndividualLocalEntityNetInterface::MyIndividualLocalEntityNetInterface | ( | const MyIndividualLocalEntityNetInterface & | orig, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) | [protected] |
| virtual void MyIndividualLocalEntityNetInterface::updatePublisher | ( | ) | [virtual] |
Override of base class updatePublisher().
Fills in the DtVrfEntityPublisher with values from the local entity state repository. Called by tick().
Reimplemented from DtSimIndividualLocalEntityNetInterface.
| virtual DtString MyIndividualLocalEntityNetInterface::type | ( | ) | const [virtual] |
Returns the type of net interface object.
Strings are defined in netIfTypes.h.
Reimplemented from DtSimIndividualLocalEntityNetInterface.
| static DtSimObjectNetInterface* MyIndividualLocalEntityNetInterface::creator | ( | const DtString & | name, |
| DtVrfObject * | simObject, | ||
| DtReaderWriterRegistry * | parentRegistry, | ||
| bool | publishObject | ||
| ) | [static] |
Reimplemented from DtSimIndividualLocalEntityNetInterface.
| const MyIndividualLocalEntityNetInterface& MyIndividualLocalEntityNetInterface::operator= | ( | const MyIndividualLocalEntityNetInterface & | orig | ) | [protected] |