VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
orbatState.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
12 
13 #pragma once
14 
15 #include <vrfGuiCore/vrfGuiCore.h>
16 #include <vrvCore/DtEntityState.h>
17 #include <vrvCore/DtStateView.h>
19 #include <vrvUtil/DtMessage.h>
20 
21 namespace makVrf
22 {
24  {
25  public:
26 
28  DtOrbatState();
29  DtOrbatState(const DtOrbatState&);
30 
32  virtual ~DtOrbatState();
33 
34  bool operator==(const DtOrbatState&) const;
35 
36  public:
37  std::string myUUID;
38  std::string myParentUUID;
39  std::map<std::string, std::string> myExtendedData;
41  std::string myLabel;
42  };
43 
46 
49 
51 
54  {
55  public:
57  makVrv::DtStateViewCollection<DtOrbatState>(de, makVrv::DtSimEntryUpdater::AnyUpdates)
58  {
59  }
60  };
61 }
Contains makVrv::DtStateViewCollection class.
The IGI Message. Is easily encoded and decoding using stream operators. It also provides validation d...
Definition: DtMessage.h:30
DT_DLL_VRFGUICORE makVrv::DtMessage & operator>>(makVrv::DtMessage &msg, DtVrlinkSimulatedAerodromeState &state)
Decode a DtVrlinkSimulatedAerodromeState from a DtMessage.
State view collection for orbat data.
Definition: orbatState.h:53
DT_DLL_VRFGUICORE bool operator==(const std::vector< makArchives::DtEnvironmentRecord::DtElevationalConfigurationRecord > &lhs, const std::vector< makArchives::DtEnvironmentRecord::DtElevationalConfigurationRecord > &rhs)
Contains makVrv::DtStateView class.
std::string myUUID
Definition: orbatState.h:37
makVrv::DtStateView< DtOrbatState > DtOrbatStateView
Definition: orbatState.h:50
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
std::string myParentUUID
Definition: orbatState.h:38
A DtStateView is a the interface to simulation state information. Users can create DtStateViews for s...
Definition: DtStateView.h:49
A DtStateViewCollection is a collection of DtStateViews of a specific state.
Definition: DtStateViewCollection.h:27
Contains makVrv::DtVrlinkSimulatedEntityState class.
std::map< std::string, std::string > myExtendedData
Definition: orbatState.h:39
std::string myLabel
Definition: orbatState.h:41
DtOrbatStateViewCollection(makVrv::DtDe &de)
Definition: orbatState.h:56
int myOrbatOrder
Definition: orbatState.h:40
DT_DLL_VRFGUICORE makVrv::DtMessage & operator<<(makVrv::DtMessage &msg, const DtVrlinkSimulatedAerodromeState &state)
Encode a DtVrlinkSimulatedAerodromeState into a DtMessage.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72
Definition: orbatState.h:23

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)