33 #include <matrix/vlVector.h>
34 #include <matrix/vlTaitBryan.h>
53 virtual std::string dataHandlerType()
const;
54 virtual std::string visualHandlerType()
const;
59 const std::map<makVrv::DtUniqueID, double>&
observedBy()
const
66 return myDictionary.doubleValue(
"SimulationTime");
72 return (myDictionary.intValue(
"IS_TDL_MESSAGE_DATA") == 1);
81 const std::string&
name()
const
89 DtExternalDataState::operator=(rhs);
94 std::string displayType()
const;
123 makVrv::DtStateViewCollection<
DtSpotReportState>(de, makVrv::DtSimEntryUpdater::AnyUpdates)
unsigned int myDateTimeOfData
The date/time (UTC) this data is relevant.
Definition: spotReportState.h:106
static const char DtThisIsSpotReportData[]
Definition: spotReportState.h:40
Contains makVrv::DtStateViewCollection class.
const std::string & name() const
Definition: spotReportState.h:81
The IGI Message.
Definition: DtMessage.h:30
DT_DLL_VRFGUICORE makVrv::DtMessage & operator<<(makVrv::DtMessage &msg, const DtVrlinkNetworkUpdateSimulatedAggregateState &state)
Encode a DtVrlinkSimulatedEnvironmentState into a DtMessage.
General dictionary of values that state can subclass from to hold information that is considered "ext...
Definition: externalDataState.h:25
DtVector myLocation
Definition: spotReportState.h:99
DT_DLL_VRFGUICORE bool operator==(const std::vector< makArchives::DtEnvironmentRecord::DtElevationalConfigurationRecord > &lhs, const std::vector< makArchives::DtEnvironmentRecord::DtElevationalConfigurationRecord > &rhs)
std::vector< DtVector > myLocations
Vector of locations. If single location also in PerceivedLocation.
Definition: spotReportState.h:102
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
std::map< makVrv::DtUniqueID, double > myObservedBy
Definition: spotReportState.h:103
DtSpotReportState & operator=(const DtExternalDataState &rhs)
Definition: spotReportState.h:87
makVrv::DtStateView< DtSpotReportState > DtSpotReportStateView
Create a DtStateView templated on DtVrlinkSimulatedEnvironmentState.
Definition: spotReportState.h:116
State view collection for spot report data.
Definition: spotReportState.h:119
double simulationTimeSent() const
Definition: spotReportState.h:64
A DtStateView is a the interface to simulation state information.
Definition: DtStateView.h:49
A DtStateViewCollection is a collection of DtStateViews of a specific state.
Definition: DtStateViewCollection.h:27
DtSpotReportStateViewCollection(makVrv::DtDe &de)
Definition: spotReportState.h:122
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
DtTaitBryan myOrientation
Definition: spotReportState.h:100
Definition: spotReportState.h:42
bool isTDLMessageData() const
Returns true if this spot report represents TDL data.
Definition: spotReportState.h:70
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
std::string myName
Definition: spotReportState.h:97
void setName(const std::string &name)
This will be used to track the name of the spot report.
Definition: spotReportState.h:76
const std::map< makVrv::DtUniqueID, double > & observedBy() const
Definition: spotReportState.h:59
DT_DLL_VRFGUICORE makVrv::DtMessage & operator>>(makVrv::DtMessage &msg, DtVrlinkSimulatedAggregateState &state)
Decode a DtVrlinkSimulatedEnvironmentState from a DtMessage.