VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
propulsionNoiseStateData.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/DtSimState.h>
15 #include <vrvCore/DtStateView.h>
17 #include <matrix/vlVector.h>
18 
19 namespace makVrv
20 {
21  class DtMessage;
22 }
23 
24 namespace makVrf
25 {
27  {
30 
32  virtual ~DtPropulsionNoiseStateDataEntry();
33 
34  DtPropulsionNoiseStateDataEntry& operator=(const DtPropulsionNoiseStateDataEntry&);
35  bool operator==(const DtPropulsionNoiseStateDataEntry&) const;
36  bool operator!=(const DtPropulsionNoiseStateDataEntry& rhs) const
37  {
38  return !(*this == rhs);
39  }
40 
42  std::string myEventId;
43  std::string myGlobalId;
48 
50  {
54 
56  {
57  return ((myCurrentShaftRPM == rhs.myCurrentShaftRPM) &&
58  (myOrderedShaftRPM == rhs.myOrderedShaftRPM) &&
59  (myShaftRPM_RateOfChange == rhs.myShaftRPM_RateOfChange));
60  }
61  };
62 
63  std::vector<UnderwaterAcousticShaftSpeedStruct> myShaftRateData;
64 
65  };
66 
68  {
70  DtPropulsionNoiseStateData(const DtPropulsionNoiseStateData&);
71 
72  bool operator==(const DtPropulsionNoiseStateData&) const;
73  bool operator!=(const DtPropulsionNoiseStateData& rhs) const
74  {
75  return !(*this == rhs);
76  }
77 
78  DtPropulsionNoiseStateData& operator=(const DtPropulsionNoiseStateData&);
79 
80  typedef std::map<makVrv::DtUniqueID, DtPropulsionNoiseStateDataEntry> PropulsionNoiseStateDataMap;
81 
83  };
84 
88 
92 
95 
99  {
100  public:
102  makVrv::DtStateViewCollection<DtPropulsionNoiseStateData>(de, makVrv::DtSimEntryUpdater::NoUpdates)
103  {
104  }
105  };
106 }

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)