VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
extendedStateData.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include <vrfGuiCore/vrfGuiCore.h>
15 #include <vrvCore/DtSimState.h>
16 #include <vrvCore/DtStateView.h>
18 
19 namespace makVrv
20 {
21  class DtMessage;
22 }
23 
24 namespace makVrf
25 {
27  {
28 
29  public:
30 
33 
35  virtual ~DtExtendedStateData();
36 
37  bool operator==(const DtExtendedStateData&) const;
38  bool operator!=(const DtExtendedStateData& rhs) const
39  {
40  return !(*this == rhs);
41  }
42 
43  public:
45  };
46 
49 
52 
53 
56 
59  {
60  public:
62  makVrv::DtStateViewCollection<DtExtendedStateData>(de, makVrv::DtSimEntryUpdater::NoUpdates)
63  {
64  }
65  };
66 }

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)