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

Classes | |
| class | LineDrawControl |
| struct | ProcessManager |
| class | TaskVisualizationLocalNetInterfaceObjectPublisher |
Static Public Member Functions | |
| static void | ClearBulkProcessors () |
| static DtSimObjectNetInterface * | creator (DtStateData *vrfObject, DtVrlinkNetworkInterface *mgr, bool publishObject) |
| static void | advanceFrame () |
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 Types | |
| typedef std::map< DtUUID, ProcessManager > | BulkEnvironmentProcessManagerMap |
Static Protected Member Functions | |
| static DtGlobalObjectDesignator | nextTaskVisualizationGlobalIdCallback (void *usr) |
Protected Attributes | |
| const DtTaskVisualizationStateComponent * | myTaskVisualizationComponent |
| DtTaskVisualizationPublisherCreator * | myEnvProcPublisherCreator |
| vrvControlToolkit::DtDrawControlObject * | myDrawControl |
Protected Attributes inherited from makVrf::DtLocalStateComponentNetInterface | |
| bool | myPublishObject |
| DtObjectPublisher * | myPublisher |
| boost::signals2::connection | myComponentAddedConnection |
| boost::signals2::connection | myComponentRemovedConnection |
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 |
Static Protected Attributes | |
| static BulkEnvironmentProcessManagerMap | theBulkEnvironmentProcessManagerMap |
Static Protected Attributes inherited from makVrf::DtSimObjectNetInterface | |
| static DtSimObjectNetInterfaceFactory * | theFactory |
| static DtNonVrfUUIDResolver * | theNonVrfUUIDResolver |
Private Member Functions | |
| DtTaskVisualizationLocalNetInterface () | |
| DtTaskVisualizationLocalNetInterface (const DtSimObjectNetInterface &orig) | |
| const DtTaskVisualizationLocalNetInterface & | 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 |
|
protected |
|
private |
default constructor
|
private |
copy constructor
| makVrf::DtTaskVisualizationLocalNetInterface::DtTaskVisualizationLocalNetInterface | ( | 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
|
static |
Call this to clear out all task visualizations. Not thread safe.
|
virtual |
Derived classes that need to perform virtual construction my override this function as desired.
Reimplemented from makVrf::DtStateComponentNetInterface.
|
virtual |
Returns the type of net interface object. Strings are defined in netIfTypes.h.
Implements makVrf::DtSimObjectNetInterface.
|
static |
|
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.
Reimplemented from makVrf::DtLocalStateComponentNetInterface.
|
static |
Tick bulk publishers.
|
virtual |
Returns true if this interface wants to create a publisher. This cannot be done in parallel.
Implements makVrf::DtSimObjectNetInterface.
|
protectedvirtual |
Implements makVrf::DtLocalStateComponentNetInterface.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
staticprotected |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protected |
|
staticprotected |
|
protected |
|
protected |