|
| | DtIndividualLocalEntityNetInterfaceWithTemperature (makVrf::DtStateData *vrfObject, makVrf::DtVrlinkNetworkInterface *mgr, bool publishObject=true) |
| |
| virtual | ~DtIndividualLocalEntityNetInterfaceWithTemperature () |
| |
| virtual void | updatePublisher () |
| |
| virtual DtString | type () const |
| |
| | DtSimIndividualLocalEntityWithPropertiesNetInterface (DtStateData *vrfObject, DtVrlinkNetworkInterface *mgr, bool publishObject=true) |
| |
| virtual | ~DtSimIndividualLocalEntityWithPropertiesNetInterface () |
| |
| | DtLocalExtendedPropertiesNetInterface (DtStateData *vrfObject, DtVrlinkNetworkInterface *objMgr, bool publishObject=true) |
| |
| virtual | ~DtLocalExtendedPropertiesNetInterface () |
| |
| virtual bool | initExtendedProperties () |
| |
| virtual void | onTick () |
| |
| virtual void | updateUuid () |
| |
| | DtSimIndividualLocalEntityNetInterface (DtStateData *vrfObject, DtVrlinkNetworkInterface *mgr, bool publishObject=true) |
| |
| virtual | ~DtSimIndividualLocalEntityNetInterface () |
| |
| virtual void | updateNet () |
| |
| virtual void | forceUpdate () |
| |
| virtual bool | isUnit () const |
| |
| virtual bool | isEntity () const |
| |
| virtual bool | isEnvironmental () const |
| |
| virtual bool | wantsToCreatePublisher () const |
| |
| virtual bool | createPublisher (const DtEntityIdentifier &id=DtEntityIdentifier::nullId()) |
| |
| void | destroyPublisher () |
| |
| virtual DtObjectPublisher * | publisher () |
| |
| virtual bool | setEntityPublisher (DtVrfExtEntityPublisher *publisher) |
| |
| virtual void | setupNetworkRepository () |
| |
| virtual DtVrfExtEntityPublisher * | entityPublisher () const |
| |
virtual
DtExtEntityStateRepository * | individualNetworkState () const |
| |
| virtual bool | isAggregate () const |
| |
| virtual RTI::ObjectClassHandle | objectClassHandle () const |
| |
| | DtSimLocalEntityNetInterface (DtStateData *vrfObject, DtVrlinkNetworkInterface *objMgr, bool publishObject=true) |
| |
| virtual | ~DtSimLocalEntityNetInterface () |
| |
| virtual bool | publishObject () const |
| |
| virtual bool | init (const DtEntityIdentifier &id=DtEntityIdentifier::nullId()) |
| |
| virtual bool | publisherUserSupplied () const |
| |
| virtual bool | isLocal () const |
| |
| | DtSimEntityNetInterface (DtStateData *simObject, DtVrlinkNetworkInterface *objMgr, bool publishObject=true) |
| |
| virtual | ~DtSimEntityNetInterface () |
| |
virtual
DtBaseEntityStateRepository * | baseEntityNetworkState () const |
| |
| | DtSimObjectNetInterface (DtStateData *simObject, DtVrlinkNetworkInterface *, bool publishObject=true) |
| |
| virtual | ~DtSimObjectNetInterface () |
| |
| virtual void | tick () |
| |
| virtual int | maxNameLength () const |
| |
| virtual void | toBeRemoved () |
| |
| virtual void | parallelTick () |
| |
|
| static DtSimObjectNetInterface * | creator (makVrf::DtStateData *vrfObject, makVrf::DtVrlinkNetworkInterface *mgr, bool publishObject) |
| |
| static DtSimObjectNetInterface * | creator (DtStateData *vrfObject, DtVrlinkNetworkInterface *mgr, bool publishObject) |
| |
| static DtSimObjectNetInterface * | creator (DtStateData *vrfObject, DtVrlinkNetworkInterface *objMgr, bool publishObject) |
| |
static
DtSimIndividualLocalEntityNetInterface * | isIndividualLocalEntityNetInterface (const DtSimObjectNetInterface *objNetInterface) |
| |
| static DtSimObjectNetInterface * | creator (DtStateData *vrfObject, DtVrlinkNetworkInterface *mgr, bool publishObject) |
| |
| static bool | isVrfGlobalId (const DtGlobalObjectDesignator &identifier) |
| |
static
DtSimLocalEntityNetInterface * | isLocalEntityNetInterface (const DtSimObjectNetInterface *objNetInterface) |
| |
| static void | setVrfDataTimeThreshold (DtTime time) |
| |
| static void | setHeartbeatVariance (double variance) |
| |
| static double | heartbeatVariance () |
| |
| static DtSimEntityNetInterface * | isEntityNetInterface (const DtSimObjectNetInterface *objNetInterface) |
| |
| static void | setNonVrfUUIDResolver (DtNonVrfUUIDResolver *) |
| |
| static DtNonVrfUUIDResolver * | nonVrfUUIDResolver () |
| |
| static void | addSimObjectNetInterfaceCreatorFcn (const DtString &type, DtSimObjectNetIfaceCreatorFcn fcn) |
| |
| static void | setFactory (DtSimObjectNetInterfaceFactory *factory) |
| |
static
DtSimObjectNetInterfaceFactory * | factory () |
| |
| static DtSimObjectNetInterface * | createNetInterface (const DtString &type, DtStateData *simObject, DtVrlinkNetworkInterface *, bool publishObject=true) |
| |
| static int | maxNameLengthForInterfaceType (const DtString &interfaceTypeString) |
| |
| static void | setNonVrfObjectsUUIDScheme (const DtString &) |
| |
| static DtString | nonVrfObjectsUUIDScheme () |
| |