![]() |
VR-Forces Developer's Guide
|
Class Description: DtAerodromeRemoteNetInterface.
Fills in emitters found into the DtAerodromeStateComponent passed in

Public Member Functions | |
| DtAerodromeRemoteNetInterface (DtStateData *simObject, DtVrlinkNetworkInterface *objectManager, bool publishObject=true) | |
| virtual | ~DtAerodromeRemoteNetInterface () |
| virtual DtString | type () const |
| virtual bool | wantsToCreatePublisher () const |
| virtual void | onTick () override |
| virtual bool | isUnit () const override |
| virtual bool | isEntity () const override |
| virtual bool | isEnvironmental () const override |
| virtual bool | isLocal () const |
| virtual void | setReflectedObject (DtReflectedObject *reflectedObject) |
| virtual void | clearReflectedObject () |
| virtual void | toBeRemoved () |
| virtual RTI::ObjectClassHandle | objectClassHandle () const |
| virtual void | setUpdateReceived (bool updateReceived) |
| virtual bool | updateReceived () const |
Public Member Functions inherited from makVrf::DtSimObjectNetInterface | |
| 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 Public Member Functions | |
| static DtSimObjectNetInterface * | creator (DtStateData *vrfObject, DtVrlinkNetworkInterface *mgr, bool publishObject) |
Static Public Member Functions inherited from makVrf::DtSimObjectNetInterface | |
| 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 () |
Protected Member Functions | |
| virtual void | setupFromNetworkRepository () |
| virtual void | initializeRemoteStateComponents () |
| virtual void | updateFromReflectedObject () |
| virtual DtVrfStateComponent * | getOrCreateVrfStateComponent () |
| virtual void | updateAerodromeInformation () |
| virtual void | updateRunwayInformation () |
| virtual void | updateRunwayStateData (DtRunwayStateData &, DtRunwayStateRepository *) |
| virtual void | updateVrfStateInformation () |
| virtual DtStatePropertiesStateComponent * | getOrCreateStatePropertiesStateComponent (DtExtAerodromeStateRepository *netState) |
Protected Member Functions inherited from makVrf::DtSimObjectNetInterface | |
| virtual void | stateDataDestroyed () |
| bool | runFullyThreaded () const |
| const DtStateData * | vrfObject () const |
| DtStateData * | nextFrameVrfObject () |
| virtual const DtStateRepository * | networkState () const |
Static Protected Member Functions | |
| static void | reflectedObjectUpdateCallbackFunction (DtReflectedObject *obj, void *userData) |
Protected Attributes | |
| DtExtAerodromeStateRepository * | myAerodrome |
| DtReflectedObject * | myReflectedObject |
| bool | myUpdateReceived = false |
Protected Attributes inherited from makVrf::DtSimObjectNetInterface | |
| DtStateData * | mySimObject |
| DtVrlinkNetworkInterface * | myObjectManager |
| DtStateRepository * | myNetworkState |
| bool | myNeedsNetworkSetup |
| DtNetInterfaceParallelLock | myLock |
| boost::signals2::connection | mySimObjectRemovalConnection |
| tbb::mutex | myDeleteGuardMutex |
| DtVrfCallbackQueue::CallbackInterface::Ptr | myParallelContainer |
Private Member Functions | |
| DtAerodromeRemoteNetInterface () | |
| DtAerodromeRemoteNetInterface (const DtSimObjectNetInterface &orig) | |
| const DtAerodromeRemoteNetInterface & | operator= (const DtAerodromeRemoteNetInterface &orig) |
Additional Inherited Members | |
Public Attributes inherited from makVrf::DtSimObjectNetInterface | |
| boost::signals2::signal< void()> | signal_networkInterfaceDeleted |
Static Public Attributes inherited from makVrf::DtSimObjectNetInterface | |
| static tbb::spin_rw_mutex | thePublisherCreationMutex |
| static tbb::spin_rw_mutex | thePublisherTickMutex |
Static Protected Attributes inherited from makVrf::DtSimObjectNetInterface | |
| static DtSimObjectNetInterfaceFactory * | theFactory |
| static DtNonVrfUUIDResolver * | theNonVrfUUIDResolver |
|
private |
default constructor
|
private |
copy constructor
| makVrf::DtAerodromeRemoteNetInterface::DtAerodromeRemoteNetInterface | ( | DtStateData * | simObject, |
| DtVrlinkNetworkInterface * | objectManager, | ||
| bool | publishObject = true |
||
| ) |
read/writable constructor Publish object flag indicate whether or not locally simulated objects should actually publish the object on the network. If flag is false, no PDUs/RPR interactions should be sent over the network for the object.
|
virtual |
destructor
|
private |
assignment operator
|
virtual |
Returns the type of net interface object. Strings are defined in netIfTypes.h.
Implements makVrf::DtSimObjectNetInterface.
|
static |
|
inlinevirtual |
Returns true if this interface wants to create a publisher. This cannot be done in parallel.
Implements makVrf::DtSimObjectNetInterface.
|
overridevirtual |
Depending on the whether or not the entity is local or remote, this will cause the VR-Link network repository info to be copied to the local state repository or vice versa.
Implements makVrf::DtSimObjectNetInterface.
|
inlineoverridevirtual |
Is this network interface for a local (true) or remote (false) object? Deriving network interfaces should implement this function to return the appropriate value.
Implements makVrf::DtSimObjectNetInterface.
|
inlineoverridevirtual |
Implements makVrf::DtSimObjectNetInterface.
|
inlineoverridevirtual |
Implements makVrf::DtSimObjectNetInterface.
|
inlinevirtual |
Is this network interface for a local (true) or remote (false) object? Local network interfaces should implement this function to return true. Remote network interfaces should implement this to return true.
Implements makVrf::DtSimObjectNetInterface.
|
virtual |
|
virtual |
|
virtual |
Called when this object is removed.
Reimplemented from makVrf::DtSimObjectNetInterface.
|
virtual |
Returns the HLA object class handle of the reflected object.
Implements makVrf::DtSimObjectNetInterface.
|
virtual |
Setting update received to true will cause updateFromRemoteObject() to be called on the next tick.
|
virtual |
Check to see if an update has been received from the network.
|
staticprotected |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protected |
|
protected |
|
protected |