VR-Forces 4.7 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 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)