VR-Forces 5.0.3 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  };
42 
45 
48 
50 
53  {
54  public:
56  makVrv::DtStateViewCollection<DtOrbatState>(de, makVrv::DtSimEntryUpdater::AnyUpdates)
57  {
58  }
59  };
60 }
Contains makVrv::DtStateViewCollection class.
The IGI Message. Is easily encoded and decoding using stream operators. It also provides validation d...
Definition: DtMessage.h:30
State view collection for orbat data.
Definition: orbatState.h:52
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:49
#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
DtOrbatStateViewCollection(makVrv::DtDe &de)
Definition: orbatState.h:55
DT_DLL_VRFGUICORE makVrv::DtMessage & operator<<(makVrv::DtMessage &msg, const DtVrlinkSimulatedAggregateState &state)
Encode a DtVrlinkSimulatedEnvironmentState into a DtMessage.
int myOrbatOrder
Definition: orbatState.h:40
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:70
Definition: orbatState.h:23
DT_DLL_VRFGUICORE makVrv::DtMessage & operator>>(makVrv::DtMessage &msg, DtVrlinkSimulatedAggregateState &state)
Decode a DtVrlinkSimulatedEnvironmentState from a DtMessage.

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)