VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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>
16 #include <matrix/vlVector.h>
17 
18 namespace makVrv
19 {
20  class DtMessage;
21 }
22 
23 namespace makVrf
24 {
26  {
29 
31  virtual ~DtPropulsionNoiseStateDataEntry();
32 
33  DtPropulsionNoiseStateDataEntry& operator=(const DtPropulsionNoiseStateDataEntry&);
34  bool operator==(const DtPropulsionNoiseStateDataEntry&) const;
35  bool operator!=(const DtPropulsionNoiseStateDataEntry& rhs) const
36  {
37  return !(*this == rhs);
38  }
39 
41  std::string myEventId;
42  std::string myGlobalId;
47 
49  {
53 
55  {
56  return ((myCurrentShaftRPM == rhs.myCurrentShaftRPM) &&
57  (myOrderedShaftRPM == rhs.myOrderedShaftRPM) &&
58  (myShaftRPM_RateOfChange == rhs.myShaftRPM_RateOfChange));
59  }
60  };
61 
62  std::vector<UnderwaterAcousticShaftSpeedStruct> myShaftRateData;
63 
64  };
65 
67  {
69  DtPropulsionNoiseStateData(const DtPropulsionNoiseStateData&);
70 
71  bool operator==(const DtPropulsionNoiseStateData&) const;
72  bool operator!=(const DtPropulsionNoiseStateData& rhs) const
73  {
74  return !(*this == rhs);
75  }
76 
77  DtPropulsionNoiseStateData& operator=(const DtPropulsionNoiseStateData&);
78 
79  typedef std::map<makVrv::DtUniqueID, DtPropulsionNoiseStateDataEntry> PropulsionNoiseStateDataMap;
80 
82  };
83 
87 
91 
94 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)