Local network interface for global environment state objects. These objects must have a DtGlobalEnvironmentStateRepository to work with this net interface.
|
| | DtGlobalEnvironmentLocalNetInterface (DtStateData *vrfObject, DtVrlinkNetworkInterface *, bool publishObject=true) |
| |
| virtual | ~DtGlobalEnvironmentLocalNetInterface () |
| |
| virtual void | updatePublisher () |
| |
| virtual void | setupRecords () |
| |
| virtual DtString | type () const |
| |
| virtual int | weatherRecordIndex () const |
| |
| | DtWeatherLocalNetInterface (DtStateData *vrfObject, DtVrlinkNetworkInterface *, bool publishObject=true) |
| |
| virtual | ~DtWeatherLocalNetInterface () |
| |
| virtual bool | init (const DtEntityIdentifier &id=DtEntityIdentifier::nullId()) |
| |
| virtual void | destroyPublisher () |
| |
| | DtSimLocalControlObjectNetInterface (DtStateData *vrfObject, DtVrlinkNetworkInterface *mgr, bool publishObject=true) |
| |
| virtual | ~DtSimLocalControlObjectNetInterface () |
| |
| virtual void | forceUpdate () |
| |
| virtual DtControlObjectRepository * | controlObjectNetworkState () const |
| |
| virtual DtObjectPublisher * | publisher () |
| |
| virtual bool | setEntityPublisher (DtVrfExtControlObjectPublisher *publisher) |
| |
virtual
DtVrfExtControlObjectPublisher * | controlObjectPublisher () const |
| |
| virtual void | updateUuid () |
| |
| | DtSimLocalEnvironmentalNetInterface (DtStateData *vrfObject, DtVrlinkNetworkInterface *mgr, bool publishObject=true) |
| |
| virtual | ~DtSimLocalEnvironmentalNetInterface () |
| |
| virtual bool | publisherUserSupplied () const |
| |
| virtual bool | setEntityPublisher (DtEnvironmentProcessPublisher *publisher) |
| |
virtual
DtEnvironmentProcessPublisher * | environmentalPublisher () const |
| |
| virtual void | setupNetworkRepository () |
| |
| virtual bool | publishObject () const |
| |
| virtual bool | isLocal () const |
| |
| virtual RTI::ObjectClassHandle | objectClassHandle () const |
| |
| | DtSimEnvironmentalNetInterface (DtStateData *simObject, DtVrlinkNetworkInterface *objMgr, bool publishObject=true) |
| |
| virtual | ~DtSimEnvironmentalNetInterface () |
| |
| virtual bool | init () |
| |
virtual
DtEnvironmentProcessRepository * | environmentalNetworkState () const |
| |
| virtual bool | isUnit () const |
| |
| virtual bool | isEntity () const |
| |
| virtual bool | isEnvironmental () const |
| |
| | DtSimObjectNetInterface (DtStateData *simObject, DtVrlinkNetworkInterface *, bool publishObject=true) |
| |
| virtual | ~DtSimObjectNetInterface () |
| |
| virtual void | tick () |
| |
| virtual int | maxNameLength () const |
| |
| virtual void | toBeRemoved () |
| |
| virtual void | parallelTick () |
| |