33 #include <matrix/vlVector.h>
34 #include <matrix/vlTaitBryan.h>
52 virtual std::string dataHandlerType()
const;
53 virtual std::string visualHandlerType()
const;
65 return myDictionary.doubleValue(
"SimulationTime");
71 return (myDictionary.intValue(
"IS_TDL_MESSAGE_DATA") == 1);
80 const std::string&
name()
const
88 DtExternalDataState::operator=(rhs);
93 std::string displayType()
const;
122 makVrv::DtStateViewCollection<
DtSpotReportState>(de, makVrv::DtSimEntryUpdater::AnyUpdates)
unsigned int myDateTimeOfData
The date/time (UTC) this data is relevant.
Definition: spotReportState.h:105
static const char DtThisIsSpotReportData[]
Definition: spotReportState.h:39
Contains makVrv::DtStateViewCollection class.
const std::string & name() const
Definition: spotReportState.h:80
The IGI Message.
Definition: DtMessage.h:33
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:98
std::vector< DtVector > myLocations
Vector of locations. If single location also in PerceivedLocation.
Definition: spotReportState.h:101
DT_DLL_terrainCS bool operator==(const DtDegMinSec &lhs, const DtDegMinSec &rhs)
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
DtSpotReportState & operator=(const DtExternalDataState &rhs)
Definition: spotReportState.h:86
makVrv::DtStateView< DtSpotReportState > DtSpotReportStateView
Create a DtStateView templated on DtVrlinkSimulatedEnvironmentState.
Definition: spotReportState.h:115
std::set< makVrv::DtUniqueID > myObservedBy
Definition: spotReportState.h:102
State view collection for spot report data.
Definition: spotReportState.h:118
double simulationTimeSent() const
Definition: spotReportState.h:63
A DtStateView is a the interface to simulation state information.
Definition: DtStateView.h:52
A DtStateViewCollection is a collection of DtStateViews of a specific state.
Definition: DtStateViewCollection.h:27
DtSpotReportStateViewCollection(makVrv::DtDe &de)
Definition: spotReportState.h:121
unsigned long long DtUniqueID
Definition: DtUniqueID.h:22
const std::set< makVrv::DtUniqueID > & observedBy() const
Definition: spotReportState.h:58
DtTaitBryan myOrientation
Definition: spotReportState.h:99
Definition: spotReportState.h:41
bool isTDLMessageData() const
Returns true if this spot report represents TDL data.
Definition: spotReportState.h:69
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
std::string myName
Definition: spotReportState.h:96
void setName(const std::string &name)
This will be used to track the name of the spot report.
Definition: spotReportState.h:75
DT_DLL_VRFGUICORE makVrv::DtMessage & operator>>(makVrv::DtMessage &msg, DtVrlinkSimulatedAggregateState &state)
Decode a DtVrlinkSimulatedEnvironmentState from a DtMessage.