VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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>
15 #include <vrfutil/rwProperties.h>
17 #include <vlutil/vlScopedLock.h>
18 
19 namespace makVrv
20 {
21  class DtMessage;
22 }
23 
24 namespace makVrf
25 {
30  {
31  public:
32 
36 
39 
43  {
44  return !(*this == rhs);
45  }
46 
47  public:
51  std::string myFormation;
52  std::vector<std::string> mySubAggregates;
53  std::vector<std::string> mySubEntities;
54  std::map<std::string, std::string> myExtendedData;
55 
56  typedef struct _DtSilentEntityRecord
57  {
59  std::string myEntityType;
60  std::vector<int> myAppearances;
62  std::vector<DtSilentEntityRecord> mySilentEntities;
63 
64  std::vector<std::pair<int, std::string> > mySilentAggregates;
65 
67  std::map<int, uintptr_t> myStateDataUpdateBuffers;
68  std::map<int, uintptr_t> myGuiStateDataUpdateBuffers;
69 
70  std::string myStatePropertiesName;
71  };
72 
74  {
75 
76  public:
77 
81 
84 
89  {
90  return !(*this == rhs);
91  }
92 
93  public:
97  };
98 
101 
104 
107 
110 
112  DT_DLL_VRFGUICORE makVrv::DtMessage& operator<<( makVrv::DtMessage& msg,const std::map<int, uintptr_t>& state );
113 
115  DT_DLL_VRFGUICORE makVrv::DtMessage& operator>>( makVrv::DtMessage& msg, std::map<int, uintptr_t>& state );
116 
119 
122 
125 }

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)