VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
aggregateState.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include <vrfGuiCore/vrfGuiCore.h>
14 #include <vrvCore/DtEntityState.h>
17 #include <vlutil/vlScopedLock.h>
19 
20 namespace makVrv
21 {
22  class DtMessage;
23 }
24 
25 namespace makVrf
26 {
31  {
32  public:
33 
37 
40 
44  {
45  return !(*this == rhs);
46  }
47 
48  public:
52  std::string myFormation;
53  std::vector<std::string> mySubAggregates;
54  std::vector<std::string> mySubEntities;
55  std::map<std::string, int> mySubordinateOrder;
56  std::map<std::string, std::string> myExtendedData;
57 
58  typedef struct _DtSilentEntityRecord
59  {
61  std::string myEntityType;
62  std::vector<int> myAppearances;
64  std::vector<DtSilentEntityRecord> mySilentEntities;
65 
66  std::vector<std::pair<int, std::string> > mySilentAggregates;
67 
69  std::map<int, uintptr_t> myStateDataUpdateBuffers;
70  std::map<int, uintptr_t> myGuiStateDataUpdateBuffers;
71 
72  std::string myStatePropertiesName;
73  };
74 
76  {
77 
78  public:
79 
83 
86 
91  {
92  return !(*this == rhs);
93  }
94 
95  public:
99  };
100 
103 
106 
109 
112 
114  DT_DLL_VRFGUICORE makVrv::DtMessage& operator<<( makVrv::DtMessage& msg,const std::map<int, uintptr_t>& state );
115 
117  DT_DLL_VRFGUICORE makVrv::DtMessage& operator>>( makVrv::DtMessage& msg, std::map<int, uintptr_t>& state );
118 
120  DT_DLL_VRFGUICORE makVrv::DtMessage& operator<<( makVrv::DtMessage& msg,const std::map<std::string, int>& state );
121 
123  DT_DLL_VRFGUICORE makVrv::DtMessage& operator>>( makVrv::DtMessage& msg, std::map<std::string, int>& state );
124 
127 
130 
133 
136  {
137  public:
139  makVrv::DtStateViewCollection<DtVrlinkSimulatedAggregateState>(de, makVrv::DtSimEntryUpdater::NoUpdates)
140  {
141  }
142  };
143 }
Contains makVrv::DtStateViewCollection class.
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.
DT_DLL_terrainCS bool operator==(const DtDegMinSec &lhs, const DtDegMinSec &rhs)
State view collection for aggregate data.
Definition: aggregateState.h:135
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
DtAggregateStateViewCollection(makVrv::DtDe &de)
Definition: aggregateState.h:138
A DtStateViewCollection is a collection of DtStateViews of a specific state.
Definition: DtStateViewCollection.h:27
Contains makVrv::DtEntityState class.
makVrv::DtStateView< DtVrlinkSimulatedAggregateState > DtVrlinkAggregateStateView
Create a DtStateView templated on DtVrlinkSimulatedEnvironmentState.
Definition: aggregateState.h:132
A list of properties.
Definition: rwProperties.h:126
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
DT_DLL_VRFGUICORE makVrv::DtMessage & operator>>(makVrv::DtMessage &msg, DtVrlinkSimulatedAggregateState &state)
Decode a DtVrlinkSimulatedEnvironmentState from a DtMessage.

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)