|
| | DtRemoteEngineeringObjectNetInterface (DtStateData *simObject, DtVrlinkNetworkInterface *, bool publishObject=true) |
| |
| virtual | ~DtRemoteEngineeringObjectNetInterface () |
| |
| virtual void | initializeNetWithProperties () |
| |
| virtual DtString | type () const |
| |
| | DtRemoteExtendedPropertiesNetInterface (DtStateData *simObject, DtVrlinkNetworkInterface *mgr, bool publishObject=false) |
| |
| virtual | ~DtRemoteExtendedPropertiesNetInterface () |
| |
| virtual bool | initExtendedProperties () |
| |
| virtual void | updateFromReflectedObject () |
| |
| | DtVrfRemoteEnvironmentalNetInterface (DtStateData *vrfObject, DtVrlinkNetworkInterface *mgr, bool publishObject=true) |
| |
| virtual | ~DtVrfRemoteEnvironmentalNetInterface () |
| |
| | DtSimRemoteEnvironmentalNetInterface (DtStateData *simObject, DtVrlinkNetworkInterface *, bool publishObject=true) |
| |
| virtual | ~DtSimRemoteEnvironmentalNetInterface () |
| |
| virtual bool | init () |
| |
| virtual void | onTick () |
| |
| virtual DtReflectedObject * | reflectedObject () const |
| |
| virtual void | setupFromNetworkRepository () |
| |
| virtual bool | isValidReflectedObject (DtReflectedEnvironmentProcess *) const |
| |
| virtual void | setReflectedObject (DtReflectedEnvironmentProcess *reflectedObject) |
| |
| virtual void | clearReflectedObject () |
| |
| virtual void | toBeRemoved () |
| |
| virtual bool | isLocal () const |
| |
| virtual void | setUpdateReceived (bool updateReceived) |
| |
| virtual bool | updateReceived () const |
| |
| virtual RTI::ObjectClassHandle | objectClassHandle () const |
| |
| virtual bool | wantsToCreatePublisher () const |
| |
| | DtSimEnvironmentalNetInterface (DtStateData *simObject, DtVrlinkNetworkInterface *objMgr, bool publishObject=true) |
| |
| virtual | ~DtSimEnvironmentalNetInterface () |
| |
| virtual DtControlObjectRepository * | controlObjectNetworkState () const |
| |
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 bool | init (const DtEntityIdentifier &id=DtEntityIdentifier()) |
| |
| virtual void | tick () |
| |
| virtual int | maxNameLength () const |
| |
| virtual bool | publishObject () const |
| |
| virtual void | sendFinalPduOnDestruction (bool) |
| |
| bool | isValid () const |
| |
| virtual void | parallelTick () |
| |
| virtual void | forceUpdate () |
| |
|
| static DtSimObjectNetInterface * | creator (DtStateData *simObject, DtVrlinkNetworkInterface *, bool publishObject) |
| |
| static DtSimObjectNetInterface * | creator (DtStateData *simObject, DtVrlinkNetworkInterface *mgr, bool publishObject) |
| |
| static DtSimObjectNetInterface * | creator (DtStateData *vrfObject, DtVrlinkNetworkInterface *mgr, bool publishObject) |
| |
static
DtSimRemoteEnvironmentalNetInterface * | isRemoteEnvironmentalNetInterface (const DtSimObjectNetInterface *objNetInterface) |
| |
| static void | reflectedObjectUpdateCallbackFunction (DtReflectedObject *obj, void *userData) |
| |
| static DtSimObjectNetInterface * | creator (DtStateData *simObject, DtVrlinkNetworkInterface *, bool publishObject) |
| |
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 () |
| |