|
| | DtLocalEngineeringObjectNetInterface (DtStateData *simObject, DtVrlinkNetworkInterface *mgr, bool publishObject=true) |
| |
| virtual | ~DtLocalEngineeringObjectNetInterface () |
| |
virtual
DtEnvironmentProcessPublisher * | _createPublisher (const DtEntityIdentifier &id=DtEntityIdentifier::nullId()) |
| |
| virtual DtString | type () const |
| |
| | DtLocalExtendedPropertiesNetInterface (DtStateData *vrfObject, DtVrlinkNetworkInterface *objMgr, bool publishObject=true) |
| |
| virtual | ~DtLocalExtendedPropertiesNetInterface () |
| |
| virtual bool | initExtendedProperties () |
| |
| virtual void | onTick () |
| |
| virtual void | updatePublisher () |
| |
| virtual void | updateUuid () |
| |
| | DtSimLocalControlObjectNetInterface (DtStateData *vrfObject, DtVrlinkNetworkInterface *mgr, bool publishObject=true) |
| |
| virtual | ~DtSimLocalControlObjectNetInterface () |
| |
| virtual void | forceUpdate () |
| |
| virtual DtControlObjectRepository * | controlObjectNetworkState () const |
| |
| virtual bool | createPublisher (const DtEntityIdentifier &id=DtEntityIdentifier::nullId()) |
| |
| virtual void | destroyPublisher () |
| |
| virtual DtObjectPublisher * | publisher () |
| |
| virtual bool | setEntityPublisher (DtVrfExtControlObjectPublisher *publisher) |
| |
virtual
DtVrfExtControlObjectPublisher * | controlObjectPublisher () const |
| |
| | DtSimLocalEnvironmentalNetInterface (DtStateData *vrfObject, DtVrlinkNetworkInterface *mgr, bool publishObject=true) |
| |
| virtual | ~DtSimLocalEnvironmentalNetInterface () |
| |
| virtual bool | init (const DtEntityIdentifier &id=DtEntityIdentifier::nullId()) |
| |
| 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 |
| |
| DtVrfCallbackQueue::CallbackInterface::Ptr | parallelContainer () |
| |
| | DtSimObjectNetInterface (DtStateData *simObject, DtVrlinkNetworkInterface *, bool publishObject=true) |
| |
| virtual | ~DtSimObjectNetInterface () |
| |
| virtual void | tick () |
| |
| virtual int | maxNameLength () const |
| |
| virtual void | toBeRemoved () |
| |
| virtual void | sendFinalPduOnDestruction (bool) |
| |
| bool | isValid () const |
| |
| virtual void | parallelTick () |
| |
|
| static DtSimObjectNetInterface * | creator (DtStateData *simObject, DtVrlinkNetworkInterface *mgr, bool publishObject) |
| |
| static DtSimObjectNetInterface * | creator (DtStateData *vrfObject, DtVrlinkNetworkInterface *objMgr, bool publishObject) |
| |
| static DtSimObjectNetInterface * | creator (DtStateData *vrfObject, DtVrlinkNetworkInterface *mgr, bool publishObject) |
| |
| static void | SetProfilePdus (bool onOf, double pduTimeCheck=1.0, int numberOfPacketsOverTime=0) |
| |
static
DtSimLocalEnvironmentalNetInterface * | isLocalEnvironmentalNetInterface (const DtSimObjectNetInterface *objNetInterface) |
| |
| static void | setHeartbeatVariance (double variance) |
| |
| static double | heartbeatVariance () |
| |
static
DtSimEnvironmentalNetInterface * | isEnvironmentalNetInterface (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 () |
| |