![]() |
VR-Forces 4.5 Class Documentation
|

Public Member Functions | |
| DtSpotReportState () | |
| CTOR. | |
| DtSpotReportState (const DtSpotReportState &) | |
| virtual | ~DtSpotReportState () |
| DTOR. | |
| const DtSimpleTypedDictionary & | dictionary () const |
| DtSimpleTypedDictionary & | dictionary () |
| bool | addObservedBy (makVrv::DtUniqueID s) |
| void | removeObservedBy (makVrv::DtUniqueID s) |
| bool | observedBy (makVrv::DtUniqueID s) const |
| const std::set < makVrv::DtUniqueID > & | observedBy () const |
| double | simulationTimeSent () const |
| void | setType (const std::string &t) |
| The type is a keyword that will be used to look up in the spot report manager as to how to visualize this spot report. | |
| const std::string & | type () const |
| void | setName (const std::string &name) |
| This will be used to track the name of the spot report. | |
| const std::string & | name () const |
| bool | operator== (const DtSpotReportState &) const |
Public Member Functions inherited from makVrv::DtVrlinkSimulatedBaseState | |
| DtVrlinkSimulatedBaseState () | |
| CTOR. | |
| virtual | ~DtVrlinkSimulatedBaseState () |
| DTOR. | |
| bool | operator== (const DtVrlinkSimulatedBaseState &rhs) const |
| bool | operator!= (const DtVrlinkSimulatedBaseState &rhs) const |
Public Member Functions inherited from makVrv::DtSimState | |
| DtSimState () | |
| virtual | ~DtSimState () |
Public Attributes | |
| std::string | myType |
| std::string | myName |
| DtVector | myLocation |
| DtTaitBryan | myOrientation |
| std::vector< DtVector > | myLocations |
| Vector of locations. If single location also in PerceivedLocation. | |
| std::set< makVrv::DtUniqueID > | myObservedBy |
| DtSimpleTypedDictionary | mySpotReportDictionary |
Public Attributes inherited from makVrv::DtVrlinkSimulatedBaseState | |
| std::string | myGlobalId |
| std::string | myEntityId |
| std::string | myMarkingText |
| std::string | myEntityType |
| std::string | myAttachedToId |
| int | myForce |
| makVrf::DtSpotReportState::DtSpotReportState | ( | ) |
CTOR.
| makVrf::DtSpotReportState::DtSpotReportState | ( | const DtSpotReportState & | ) |
|
virtual |
DTOR.
|
inline |
|
inline |
| bool makVrf::DtSpotReportState::addObservedBy | ( | makVrv::DtUniqueID | s | ) |
| void makVrf::DtSpotReportState::removeObservedBy | ( | makVrv::DtUniqueID | s | ) |
| bool makVrf::DtSpotReportState::observedBy | ( | makVrv::DtUniqueID | s | ) | const |
|
inline |
|
inline |
|
inline |
The type is a keyword that will be used to look up in the spot report manager as to how to visualize this spot report.
If the type is not set, or, is not in the dictionary, then it will not be visualized
|
inline |
|
inline |
This will be used to track the name of the spot report.
|
inline |
Referenced by makVrf::DtSpotReportListenerImplementation::spotReportName().
| bool makVrf::DtSpotReportState::operator== | ( | const DtSpotReportState & | ) | const |
| std::string makVrf::DtSpotReportState::myType |
| std::string makVrf::DtSpotReportState::myName |
| DtVector makVrf::DtSpotReportState::myLocation |
| DtTaitBryan makVrf::DtSpotReportState::myOrientation |
| std::vector<DtVector> makVrf::DtSpotReportState::myLocations |
Vector of locations. If single location also in PerceivedLocation.
| std::set<makVrv::DtUniqueID> makVrf::DtSpotReportState::myObservedBy |
| DtSimpleTypedDictionary makVrf::DtSpotReportState::mySpotReportDictionary |