VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions
DtUUIDNetworkManager Class Reference

Public Member Functions

 DtUUIDNetworkManager ()
 Constructor.
virtual ~DtUUIDNetworkManager ()
 Destructor.
typedef boost::unordered_map
< uintptr_t, DtUUID
CurrentDataMap
 Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.
typedef boost::unordered_map
< uintptr_t, int > 
DataUpdateTrackerCount
 Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.
DtExerciseConn * myExerciseConnection
 Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.
DtReflectedControlObjectListmyControlObjectList
 Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.
bool myOwnsControlObjectList
 Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.
DtReflectedExtEntityListmyEntityList
 Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.
bool myOwnsEntityList
 Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.
DtReflectedExtAggregateListmyAggregateList
 Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.
bool myOwnsAggregateList
 Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.
DtString myNonVrfObjectsUUIDScheme
 Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.
CurrentDataMap myCurrentDataMap
 Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.
DataUpdateTrackerCount myDataUpdateTrackerCount
 Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.
DtNonVrfUUIDResolvermyNonVrfUUIDResolver
 Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.
bool myOwnsNonVrfUUIDResolver
 Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.
virtual void init (DtExerciseConn *exConn, DtReflectedExtEntityList *reel=NULL, DtReflectedExtAggregateList *ral=NULL, DtReflectedControlObjectList *rel=NULL, const DtString &uuidMarkingForNonVrForces="entity-identifier")
 Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.
virtual void reinitialize (DtReflectedExtEntityList *reel=NULL, DtReflectedExtAggregateList *ral=NULL, DtReflectedControlObjectList *rel=NULL)
 Reinitializes reflected lists.
virtual void setNonVrfUUIDResolver (DtNonVrfUUIDResolver *)
 Sets the resolver to be used to resolve non-vrf published objects for their UUID.
virtual DtNonVrfUUIDResolvernonVrfUUIDResolver () const
 Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.
virtual void initializeEntityList ()
 Looks through lists, adds callbacks for current objects or to track new objects.
virtual void processEntityAdded (DtReflectedExtEntity *)
 Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.
virtual void processEntityRemoved (DtReflectedExtEntity *)
 Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.
virtual void processPostEntityUpdate (DtReflectedExtEntity *)
 Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.
virtual void initializeAggregateList ()
 Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.
virtual void processAggregateAdded (DtReflectedExtAggregate *)
 Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.
virtual void processAggregateRemoved (DtReflectedExtAggregate *)
 Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.
virtual void processPostAggregateUpdate (DtReflectedExtAggregate *)
 Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.
virtual void initializeControlObjectList ()
 Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.
virtual void processControlObjectAdded (DtReflectedControlObject *)
 Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.
virtual void processControlObjectRemoved (DtReflectedControlObject *)
 Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.
virtual void processPostControlObjectUpdate (DtReflectedControlObject *)
 Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.
virtual void removeObject (const uintptr_t &)
 Removes the object.
static void entityAddedCallback (DtReflectedExtEntity *, void *usr)
 Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.
static void entityRemovedCallback (DtReflectedExtEntity *, void *usr)
 Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.
static void postEntityUpdateCallback (DtReflectedExtEntity *, void *usr)
 Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.
static void aggregateAddedCallback (DtReflectedExtAggregate *, void *usr)
 Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.
static void aggregateRemovedCallback (DtReflectedExtAggregate *, void *usr)
 Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.
static void postAggregateUpdateCallback (DtReflectedExtAggregate *, void *usr)
 Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.
static void controlObjectAddedCallback (DtReflectedControlObject *, void *usr)
 Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.
static void controlObjectRemovedCallback (DtReflectedControlObject *, void *usr)
 Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.
static void postControlObjectUpdateCallback (DtReflectedControlObject *, void *usr)
 Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.

Member Typedef Documentation

typedef boost::unordered_map<uintptr_t, DtUUID> DtUUIDNetworkManager::CurrentDataMap
protected

Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.

If you do not supply thos items the UUID Network Manager will create them and manage them itself Also supply the scheme of the UUID to use for non published VRF objects. The default is entity-identifier. Options are: entity-identifier global-identifier marking-text

typedef boost::unordered_map<uintptr_t, int> DtUUIDNetworkManager::DataUpdateTrackerCount
protected

Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.

If you do not supply thos items the UUID Network Manager will create them and manage them itself Also supply the scheme of the UUID to use for non published VRF objects. The default is entity-identifier. Options are: entity-identifier global-identifier marking-text

Constructor & Destructor Documentation

DtUUIDNetworkManager::DtUUIDNetworkManager ( )

Constructor.

virtual DtUUIDNetworkManager::~DtUUIDNetworkManager ( )
virtual

Destructor.

Member Function Documentation

virtual void DtUUIDNetworkManager::init ( DtExerciseConn *  exConn,
DtReflectedExtEntityList reel = NULL,
DtReflectedExtAggregateList ral = NULL,
DtReflectedControlObjectList rel = NULL,
const DtString uuidMarkingForNonVrForces = "entity-identifier" 
)
virtual

Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.

If you do not supply thos items the UUID Network Manager will create them and manage them itself Also supply the scheme of the UUID to use for non published VRF objects. The default is entity-identifier. Options are: entity-identifier global-identifier marking-text

virtual void DtUUIDNetworkManager::reinitialize ( DtReflectedExtEntityList reel = NULL,
DtReflectedExtAggregateList ral = NULL,
DtReflectedControlObjectList rel = NULL 
)
virtual

Reinitializes reflected lists.

If the list supplied is NULL and the UUIDNetworkManager has already created a list then nothing more will be done. If one is supplied and the UUIDNetworkManager had created a list the old one will be deleted

virtual void DtUUIDNetworkManager::setNonVrfUUIDResolver ( DtNonVrfUUIDResolver )
virtual

Sets the resolver to be used to resolve non-vrf published objects for their UUID.

If one exists it will be deleted in favor of the new resolver (if owned by this class)

virtual DtNonVrfUUIDResolver* DtUUIDNetworkManager::nonVrfUUIDResolver ( ) const
virtual

Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.

If you do not supply thos items the UUID Network Manager will create them and manage them itself Also supply the scheme of the UUID to use for non published VRF objects. The default is entity-identifier. Options are: entity-identifier global-identifier marking-text

virtual void DtUUIDNetworkManager::initializeEntityList ( )
protectedvirtual

Looks through lists, adds callbacks for current objects or to track new objects.

static void DtUUIDNetworkManager::entityAddedCallback ( DtReflectedExtEntity ,
void *  usr 
)
staticprotected

Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.

If you do not supply thos items the UUID Network Manager will create them and manage them itself Also supply the scheme of the UUID to use for non published VRF objects. The default is entity-identifier. Options are: entity-identifier global-identifier marking-text

virtual void DtUUIDNetworkManager::processEntityAdded ( DtReflectedExtEntity )
protectedvirtual

Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.

If you do not supply thos items the UUID Network Manager will create them and manage them itself Also supply the scheme of the UUID to use for non published VRF objects. The default is entity-identifier. Options are: entity-identifier global-identifier marking-text

static void DtUUIDNetworkManager::entityRemovedCallback ( DtReflectedExtEntity ,
void *  usr 
)
staticprotected

Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.

If you do not supply thos items the UUID Network Manager will create them and manage them itself Also supply the scheme of the UUID to use for non published VRF objects. The default is entity-identifier. Options are: entity-identifier global-identifier marking-text

virtual void DtUUIDNetworkManager::processEntityRemoved ( DtReflectedExtEntity )
protectedvirtual

Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.

If you do not supply thos items the UUID Network Manager will create them and manage them itself Also supply the scheme of the UUID to use for non published VRF objects. The default is entity-identifier. Options are: entity-identifier global-identifier marking-text

static void DtUUIDNetworkManager::postEntityUpdateCallback ( DtReflectedExtEntity ,
void *  usr 
)
staticprotected

Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.

If you do not supply thos items the UUID Network Manager will create them and manage them itself Also supply the scheme of the UUID to use for non published VRF objects. The default is entity-identifier. Options are: entity-identifier global-identifier marking-text

virtual void DtUUIDNetworkManager::processPostEntityUpdate ( DtReflectedExtEntity )
protectedvirtual

Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.

If you do not supply thos items the UUID Network Manager will create them and manage them itself Also supply the scheme of the UUID to use for non published VRF objects. The default is entity-identifier. Options are: entity-identifier global-identifier marking-text

virtual void DtUUIDNetworkManager::initializeAggregateList ( )
protectedvirtual

Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.

If you do not supply thos items the UUID Network Manager will create them and manage them itself Also supply the scheme of the UUID to use for non published VRF objects. The default is entity-identifier. Options are: entity-identifier global-identifier marking-text

static void DtUUIDNetworkManager::aggregateAddedCallback ( DtReflectedExtAggregate ,
void *  usr 
)
staticprotected

Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.

If you do not supply thos items the UUID Network Manager will create them and manage them itself Also supply the scheme of the UUID to use for non published VRF objects. The default is entity-identifier. Options are: entity-identifier global-identifier marking-text

virtual void DtUUIDNetworkManager::processAggregateAdded ( DtReflectedExtAggregate )
protectedvirtual

Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.

If you do not supply thos items the UUID Network Manager will create them and manage them itself Also supply the scheme of the UUID to use for non published VRF objects. The default is entity-identifier. Options are: entity-identifier global-identifier marking-text

static void DtUUIDNetworkManager::aggregateRemovedCallback ( DtReflectedExtAggregate ,
void *  usr 
)
staticprotected

Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.

If you do not supply thos items the UUID Network Manager will create them and manage them itself Also supply the scheme of the UUID to use for non published VRF objects. The default is entity-identifier. Options are: entity-identifier global-identifier marking-text

virtual void DtUUIDNetworkManager::processAggregateRemoved ( DtReflectedExtAggregate )
protectedvirtual

Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.

If you do not supply thos items the UUID Network Manager will create them and manage them itself Also supply the scheme of the UUID to use for non published VRF objects. The default is entity-identifier. Options are: entity-identifier global-identifier marking-text

static void DtUUIDNetworkManager::postAggregateUpdateCallback ( DtReflectedExtAggregate ,
void *  usr 
)
staticprotected

Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.

If you do not supply thos items the UUID Network Manager will create them and manage them itself Also supply the scheme of the UUID to use for non published VRF objects. The default is entity-identifier. Options are: entity-identifier global-identifier marking-text

virtual void DtUUIDNetworkManager::processPostAggregateUpdate ( DtReflectedExtAggregate )
protectedvirtual

Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.

If you do not supply thos items the UUID Network Manager will create them and manage them itself Also supply the scheme of the UUID to use for non published VRF objects. The default is entity-identifier. Options are: entity-identifier global-identifier marking-text

virtual void DtUUIDNetworkManager::initializeControlObjectList ( )
protectedvirtual

Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.

If you do not supply thos items the UUID Network Manager will create them and manage them itself Also supply the scheme of the UUID to use for non published VRF objects. The default is entity-identifier. Options are: entity-identifier global-identifier marking-text

static void DtUUIDNetworkManager::controlObjectAddedCallback ( DtReflectedControlObject ,
void *  usr 
)
staticprotected

Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.

If you do not supply thos items the UUID Network Manager will create them and manage them itself Also supply the scheme of the UUID to use for non published VRF objects. The default is entity-identifier. Options are: entity-identifier global-identifier marking-text

virtual void DtUUIDNetworkManager::processControlObjectAdded ( DtReflectedControlObject )
protectedvirtual

Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.

If you do not supply thos items the UUID Network Manager will create them and manage them itself Also supply the scheme of the UUID to use for non published VRF objects. The default is entity-identifier. Options are: entity-identifier global-identifier marking-text

static void DtUUIDNetworkManager::controlObjectRemovedCallback ( DtReflectedControlObject ,
void *  usr 
)
staticprotected

Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.

If you do not supply thos items the UUID Network Manager will create them and manage them itself Also supply the scheme of the UUID to use for non published VRF objects. The default is entity-identifier. Options are: entity-identifier global-identifier marking-text

virtual void DtUUIDNetworkManager::processControlObjectRemoved ( DtReflectedControlObject )
protectedvirtual

Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.

If you do not supply thos items the UUID Network Manager will create them and manage them itself Also supply the scheme of the UUID to use for non published VRF objects. The default is entity-identifier. Options are: entity-identifier global-identifier marking-text

static void DtUUIDNetworkManager::postControlObjectUpdateCallback ( DtReflectedControlObject ,
void *  usr 
)
staticprotected

Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.

If you do not supply thos items the UUID Network Manager will create them and manage them itself Also supply the scheme of the UUID to use for non published VRF objects. The default is entity-identifier. Options are: entity-identifier global-identifier marking-text

virtual void DtUUIDNetworkManager::processPostControlObjectUpdate ( DtReflectedControlObject )
protectedvirtual

Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.

If you do not supply thos items the UUID Network Manager will create them and manage them itself Also supply the scheme of the UUID to use for non published VRF objects. The default is entity-identifier. Options are: entity-identifier global-identifier marking-text

virtual void DtUUIDNetworkManager::removeObject ( const uintptr_t &  )
protectedvirtual

Removes the object.

Member Data Documentation

DtExerciseConn* DtUUIDNetworkManager::myExerciseConnection
protected

Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.

If you do not supply thos items the UUID Network Manager will create them and manage them itself Also supply the scheme of the UUID to use for non published VRF objects. The default is entity-identifier. Options are: entity-identifier global-identifier marking-text

DtReflectedControlObjectList* DtUUIDNetworkManager::myControlObjectList
protected

Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.

If you do not supply thos items the UUID Network Manager will create them and manage them itself Also supply the scheme of the UUID to use for non published VRF objects. The default is entity-identifier. Options are: entity-identifier global-identifier marking-text

bool DtUUIDNetworkManager::myOwnsControlObjectList
protected

Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.

If you do not supply thos items the UUID Network Manager will create them and manage them itself Also supply the scheme of the UUID to use for non published VRF objects. The default is entity-identifier. Options are: entity-identifier global-identifier marking-text

DtReflectedExtEntityList* DtUUIDNetworkManager::myEntityList
protected

Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.

If you do not supply thos items the UUID Network Manager will create them and manage them itself Also supply the scheme of the UUID to use for non published VRF objects. The default is entity-identifier. Options are: entity-identifier global-identifier marking-text

bool DtUUIDNetworkManager::myOwnsEntityList
protected

Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.

If you do not supply thos items the UUID Network Manager will create them and manage them itself Also supply the scheme of the UUID to use for non published VRF objects. The default is entity-identifier. Options are: entity-identifier global-identifier marking-text

DtReflectedExtAggregateList* DtUUIDNetworkManager::myAggregateList
protected

Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.

If you do not supply thos items the UUID Network Manager will create them and manage them itself Also supply the scheme of the UUID to use for non published VRF objects. The default is entity-identifier. Options are: entity-identifier global-identifier marking-text

bool DtUUIDNetworkManager::myOwnsAggregateList
protected

Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.

If you do not supply thos items the UUID Network Manager will create them and manage them itself Also supply the scheme of the UUID to use for non published VRF objects. The default is entity-identifier. Options are: entity-identifier global-identifier marking-text

DtString DtUUIDNetworkManager::myNonVrfObjectsUUIDScheme
protected

Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.

If you do not supply thos items the UUID Network Manager will create them and manage them itself Also supply the scheme of the UUID to use for non published VRF objects. The default is entity-identifier. Options are: entity-identifier global-identifier marking-text

CurrentDataMap DtUUIDNetworkManager::myCurrentDataMap
protected

Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.

If you do not supply thos items the UUID Network Manager will create them and manage them itself Also supply the scheme of the UUID to use for non published VRF objects. The default is entity-identifier. Options are: entity-identifier global-identifier marking-text

DataUpdateTrackerCount DtUUIDNetworkManager::myDataUpdateTrackerCount
protected

Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.

If you do not supply thos items the UUID Network Manager will create them and manage them itself Also supply the scheme of the UUID to use for non published VRF objects. The default is entity-identifier. Options are: entity-identifier global-identifier marking-text

DtNonVrfUUIDResolver* DtUUIDNetworkManager::myNonVrfUUIDResolver
protected

Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.

If you do not supply thos items the UUID Network Manager will create them and manage them itself Also supply the scheme of the UUID to use for non published VRF objects. The default is entity-identifier. Options are: entity-identifier global-identifier marking-text

bool DtUUIDNetworkManager::myOwnsNonVrfUUIDResolver
protected

Supply all reflected lists if you are creating them in order to populate the DtUUIDNetworkManager to map VR-Forces UUIDs to marking text.

If you do not supply thos items the UUID Network Manager will create them and manage them itself Also supply the scheme of the UUID to use for non published VRF objects. The default is entity-identifier. Options are: entity-identifier global-identifier marking-text


The documentation for this class was generated from the following file:

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)