![]() |
VR-Forces Developer's Guide
|

Public Member Functions | |
| DtSimEntityNetInterface (DtStateData *simObject, DtVrlinkNetworkInterface *objMgr, bool publishObject=true) | |
| virtual | ~DtSimEntityNetInterface () override |
| virtual DtBaseEntityStateRepository * | baseEntityNetworkState () const |
| virtual bool | isEnvironmental () const override |
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 bool | init (DtHlaObjectWithStateRep *obj, DtHlaObjectWithStateRep *extendedAttributes=nullptr) |
| virtual void | tick () |
| virtual void | onTick ()=0 |
| virtual bool | isUnit () const =0 |
| virtual bool | isEntity () const =0 |
| virtual bool | wantsToCreatePublisher () const =0 |
| virtual bool | isLocal () const =0 |
| virtual DtString | type () const =0 |
| virtual int | maxNameLength () const |
| virtual void | toBeRemoved () |
| virtual bool | publishObject () const |
| virtual RTI::ObjectClassHandle | objectClassHandle () const =0 |
| virtual void | sendFinalPduOnDestruction (bool) |
| bool | isValid () const |
| virtual std::vector < DtGlobalObjectDesignator > | associatedGlobalObjectDesignators () const |
| virtual void | parallelTick () |
| virtual void | forceUpdate () |
Static Public Member Functions | |
| static DtSimEntityNetInterface * | isEntityNetInterface (const DtSimObjectNetInterface *objNetInterface) |
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 Attributes | |
| DtDeadReckonTypes | myDeadReckoningAlgorithm |
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 | |
| DtSimEntityNetInterface () | |
| DtSimEntityNetInterface (const DtSimEntityNetInterface &orig) | |
| const DtSimEntityNetInterface & | operator= (const DtSimEntityNetInterface &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 |
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 Attributes inherited from makVrf::DtSimObjectNetInterface | |
| static DtSimObjectNetInterfaceFactory * | theFactory |
| static DtNonVrfUUIDResolver * | theNonVrfUUIDResolver |
|
private |
default constructor
|
private |
copy constructor
| makVrf::DtSimEntityNetInterface::DtSimEntityNetInterface | ( | DtStateData * | simObject, |
| DtVrlinkNetworkInterface * | objMgr, | ||
| bool | publishObject = true |
||
| ) |
read/writable constructor
|
overridevirtual |
destructor
|
private |
assignment operator
|
virtual |
|
inlineoverridevirtual |
Implements makVrf::DtSimObjectNetInterface.
Reimplemented in makVrf::DtSimIndividualLocalEntityNetInterface, and makVrf::DtSimAggregateLocalEntityNetInterface.
|
static |
This function will return the objNetInterface passed in, cast to a DtSimEntityNetInterface*, provided the objNetInterface is indeed an entity network interface.
|
protected |