![]() |
VR-Forces Developer's Guide
|
Class Description: DtIffRemoteNetInterface.
Publishes laser designator found in the DtLaserDesignatorStateComponent passed in

Public Types | |
| typedef boost::function< void(DtReflectedIff *pub, DtIffStateComponent *)> | ModeDecoder |
Protected Types | |
| typedef std::map< int, ModeDecoder > | ModeDecoders |
Protected Member Functions | |
| virtual void | decode (int modeType) |
| 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 | |
| virtual void | stateDataDestroyed () |
| bool | runFullyThreaded () const |
| const DtStateData * | vrfObject () const |
| DtStateData * | nextFrameVrfObject () |
| virtual const DtStateRepository * | networkState () const |
Protected Attributes | |
| DtIffStateComponent * | myIffComponent |
| DtReflectedIff * | myIff |
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 |
| boost::signals2::connection | mySimObjectRemovalConnection |
| tbb::mutex | myDeleteGuardMutex |
| DtVrfCallbackQueue::CallbackInterface::Ptr | myParallelContainer |
Static Protected Attributes | |
| static ModeDecoders | theModeDecoders |
Static Protected Attributes inherited from makVrf::DtSimObjectNetInterface | |
| static DtSimObjectNetInterfaceFactory * | theFactory |
| static DtNonVrfUUIDResolver * | theNonVrfUUIDResolver |
Private Member Functions | |
| DtIffRemoteNetInterface () | |
| DtIffRemoteNetInterface (const DtSimObjectNetInterface &orig) | |
| const DtIffRemoteNetInterface & | operator= (const DtSimObjectNetInterface &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 Member Functions inherited from makVrf::DtRemoteStateComponentNetInterface | |
| static void | reflectedObjectUpdatedCallback (DtReflectedObject *, void *) |
| typedef boost::function<void (DtReflectedIff* pub, DtIffStateComponent*)> makVrf::DtIffRemoteNetInterface::ModeDecoder |
|
protected |
|
private |
default constructor
|
private |
copy constructor
| makVrf::DtIffRemoteNetInterface::DtIffRemoteNetInterface | ( | 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.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
protectedvirtual |
|
protectedvirtual |
Implements makVrf::DtRemoteStateComponentNetInterface.
|
protected |
|
protected |
|
staticprotected |