![]() |
VR-Vantage 2.7 API Documentation
|

Public Member Functions | |
| DtVrfExtensions () | |
| virtual | ~DtVrfExtensions () |
| DtVrfExtensions (const DtVrfExtensions &orig) | |
| DtVrfExtensions & | operator= (const DtVrfExtensions &orig) |
| virtual const DtString & | name () const |
| virtual void | setName (const DtString &n) |
| virtual const DtString & | vrfObjectLabel () const |
| virtual void | setVrfObjectLabel (const DtString &l) |
| virtual const DtString & | echelonId () const |
| virtual void | setEchelonId (const DtString &l) |
| virtual const DtString & | overlayParent () const |
| virtual void | setOverlayParent (const DtString &l) |
| virtual bool | isVrfSimulated () const |
| virtual void | setIsVrfSimulated (bool vrf) |
| virtual DtU32 | vrfSessionId () const |
| virtual void | setVrfSessionId (DtU32 id) |
| virtual void | setVrfMessageVersionSupported (DtU32 id) |
| virtual DtU32 | vrfMessageVersionSupported () const |
| virtual void | setObjectType (const DtObjectType &) |
| virtual const DtObjectType & | objectType () const |
| virtual void | setIsSubordinateOfForce (bool b) |
| virtual bool | isSubordinateOfForce () const |
| virtual int | superType () const |
| virtual void | setHasPlan (bool yesNo) |
| virtual bool | hasPlan () const |
| virtual void | setIsCurrentlyTasked (bool yesNo) |
| virtual bool | isCurrentlyTasked () const |
| virtual void | setRulesOfEngagement (const DtString &) |
| virtual const DtString & | rulesOfEngagement () const |
| virtual bool | setupFromVrfObjectData (const DtIfVrfObjectData &data) |
| virtual void | addRangeItem (const DtRangeItem &) |
| Adds, removes and returns items in the range item list. | |
| virtual void | removeRangeItem (int index) |
| virtual void | setRangeItems (const DtRangeItems &) |
| const DtRangeItems & | rangeItems () const |
| virtual bool | createVrfObjectDataMessage () |
| virtual DtIfVrfObjectData * | vrfObjectDataMessage () const |
| virtual void | setIndependentlyTasked (bool yesNo) |
| virtual bool | independentlyTasked () const |
| virtual void | setUnderFire (bool yesNo) |
| virtual bool | underFire () const |
| virtual void | setExecutingPlan (bool yesNo) |
| virtual bool | executingPlan () const |
| virtual void | setExtendedData (const std::map< DtString, DtString > &) |
| Gets/sets extended data. | |
| virtual const std::map < DtString, DtString > & | extendedData () const |
| Gets/sets extended data. | |
| virtual void | setExtendedData (const DtString &key, const DtString &value) |
| Gets/sets extended data. | |
| virtual DtString | extendedData (const DtString &) const |
| Gets/sets extended data. | |
| virtual void | setBoundingVolume (const DtVector32 &) |
| Sets/gets bounding volume and bounding volume offset of an entity. | |
| virtual const DtVector32 & | boundingVolume () const |
| Sets/gets bounding volume and bounding volume offset of an entity. | |
| virtual void | setBoundingVolumeOffset (const DtVector32 &) |
| Sets/gets bounding volume and bounding volume offset of an entity. | |
| virtual const DtVector32 & | boundingVolumeOffset () const |
| Sets/gets bounding volume and bounding volume offset of an entity. | |
Static Public Member Functions | |
| static void | setExpectedVrfMessageVersion (DtU32 version) |
| The expected VRF message version of this application. | |
| static DtU32 | expectedVrfMessageVersion () |
| The expected VRF message version of this application. | |
Protected Member Functions | |
| virtual void | extensionModified () |
Protected Attributes | |
| DtString | myName |
| DtIfVrfObjectData * | myVrfObjectDataMessage |
Static Protected Attributes | |
| static DtU32 | theExpectedVrfMessageVersion |
| DtVrfExtensions::DtVrfExtensions | ( | ) |
|
virtual |
| DtVrfExtensions::DtVrfExtensions | ( | const DtVrfExtensions & | orig | ) |
| DtVrfExtensions& DtVrfExtensions::operator= | ( | const DtVrfExtensions & | orig | ) |
|
virtual |
Referenced by makVrv::DT_PROTOCOL_NAMESPACE::DtSmokeElement::DtSmokeElement(), makVrv::DT_PROTOCOL_NAMESPACE::DtTacticalGraphicElement::DtTacticalGraphicElement(), makVrv::DT_PROTOCOL_NAMESPACE::DtVrlinkTacticalGraphicIndicatorVisualizer::generateInfoString(), and makVrv::DT_PROTOCOL_NAMESPACE::DtVrlinkTacticalGraphicStateListener::postUpdate().
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Reimplemented in DtControlObjectBaseRepository.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Reimplemented in DtExtEntityBaseStateRepository.
|
virtual |
Adds, removes and returns items in the range item list.
|
virtual |
| const DtRangeItems& DtVrfExtensions::rangeItems | ( | ) | const |
Gets/sets extended data.
Reimplemented in DtControlObjectBaseRepository, and DtExtAggregateBaseStateRepository.
Gets/sets extended data.
Referenced by makVrv::DT_PROTOCOL_NAMESPACE::DtVrlinkEntityStateListener::postUpdate().
|
virtual |
Gets/sets extended data.
Reimplemented in DtControlObjectBaseRepository, and DtExtAggregateBaseStateRepository.
Gets/sets extended data.
Reimplemented in DtControlObjectBaseRepository, and DtExtAggregateBaseStateRepository.
|
virtual |
Sets/gets bounding volume and bounding volume offset of an entity.
Note that the offsets are in body coordinates
|
virtual |
Sets/gets bounding volume and bounding volume offset of an entity.
Note that the offsets are in body coordinates
|
virtual |
Sets/gets bounding volume and bounding volume offset of an entity.
Note that the offsets are in body coordinates
|
virtual |
Sets/gets bounding volume and bounding volume offset of an entity.
Note that the offsets are in body coordinates
|
static |
The expected VRF message version of this application.
|
static |
The expected VRF message version of this application.
|
virtual |
Reimplemented in DtExtEntityStateRepository, DtControlObjectRepository, and DtExtAggregateStateRepository.
|
virtual |
|
protectedvirtual |
Reimplemented in DtControlObjectBaseRepository, DtExtAggregateBaseStateRepository, and DtExtEntityBaseStateRepository.
|
protected |
|
protected |
|
staticprotected |