VR-Forces 4.10 Class Documentation
 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.
Definition: DtMessage.h:30
DT_DLL_VRFGUICORE makVrv::DtMessage & operator<<(makVrv::DtMessage &msg, const DtVrlinkNetworkUpdateSimulatedAggregateState &state)
Encode a DtVrlinkSimulatedEnvironmentState into a DtMessage.
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.
Definition: DtStateView.h:49
A DtStateViewCollection is a collection of DtStateViews of a specific state.
Definition: DtStateViewCollection.h:27
Contains makVrv::DtEntityState class.
std::map< std::string, std::string > myExtendedData
Definition: orbatState.h:39
DtOrbatStateViewCollection(makVrv::DtDe &de)
Definition: orbatState.h:55
int myOrbatOrder
Definition: orbatState.h:40
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
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 Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)