![]() |
VR-Forces 5.0.1 Developer's Guide
|
Class Description: DtUnderwaterAcousticsRemoteNetInterface.
Fills in active sonars found into the DtUnderwaterAcousticsStateComponent passed in

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 | updateComponent () |
Protected Member Functions inherited from makVrf::DtRemoteStateComponentNetInterface | |
| virtual void | processReflectedObjectUpdated (DtReflectedObject *) |
Protected Member Functions inherited from makVrf::DtStateComponentNetInterface | |
| virtual RTI::ObjectClassHandle | objectClassHandle () const |
Protected Member Functions inherited from makVrf::DtSimObjectNetInterface | |
| bool | runFullyThreaded () const |
| const DtStateData * | vrfObject () const |
| DtStateData * | nextFrameVrfObject () |
| virtual const DtStateRepository * | networkState () const |
Protected Attributes | |
| DtUnderwaterAcousticsStateComponent * | myUnderwaterAcousticsComponent |
| DtReflectedPropulsionNoise * | myUnderwaterAcoustics |
Protected Attributes inherited from makVrf::DtRemoteStateComponentNetInterface | |
| DtReflectedObject * | myReflectedObject |
| DtFrameStateInterface * | myStateComponent |
| bool | myUpdatedOnNetwork |
Protected Attributes inherited from makVrf::DtStateComponentNetInterface | |
| const DtStateComponent * | myStateComponent |
Protected Attributes inherited from makVrf::DtSimObjectNetInterface | |
| DtStateData * | mySimObject |
| DtVrlinkNetworkInterface * | myObjectManager |
| DtStateRepository * | myNetworkState |
| bool | myNeedsNetworkSetup |
| DtNetInterfaceParallelLock | myLock |
Private Member Functions | |
| DtUnderwaterAcousticsRemoteNetInterface () | |
| DtUnderwaterAcousticsRemoteNetInterface (const DtSimObjectNetInterface &orig) | |
| const DtUnderwaterAcousticsRemoteNetInterface & | operator= (const DtSimObjectNetInterface &orig) |
Additional Inherited Members | |
Static Public Attributes inherited from makVrf::DtSimObjectNetInterface | |
| static tbb::spin_rw_mutex | thePublisherCreationMutex |
| static tbb::spin_rw_mutex | thePublisherTickMutex |
Static Protected Member Functions inherited from makVrf::DtRemoteStateComponentNetInterface | |
| static void | reflectedObjectUpdatedCallback (DtReflectedObject *, void *) |
Static Protected Attributes inherited from makVrf::DtSimObjectNetInterface | |
| static DtSimObjectNetInterfaceFactory * | theFactory |
| static DtNonVrfUUIDResolver * | theNonVrfUUIDResolver |
|
private |
default constructor
|
private |
copy constructor
| makVrf::DtUnderwaterAcousticsRemoteNetInterface::DtUnderwaterAcousticsRemoteNetInterface | ( | 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 |
|
virtual |
Makes local representations of base class objects.
Reimplemented from makVrf::DtRemoteStateComponentNetInterface.
|
protectedvirtual |
Implements makVrf::DtRemoteStateComponentNetInterface.
|
protected |
|
protected |