VR-Forces 4.2 Class Documentation
propulsionNoiseGeneratorDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 VT MAK
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include "vrfobjparam/compDesc.h"
14 #include "vrfutil/rwReal.h"
16 
20 {
21 public:
23  DtPropulsionNoiseGeneratorDescriptor(const DtString& componentName,
24  DtReaderWriterRegistry* parentRegistry = 0);
25 
28  DtReaderWriterRegistry* parentRegistry = 0);
29 
31 
35 
38  virtual DtString type() const;
39 
41  DtReaderWriterRegistry* parentRegistry = 0) const;
42 
45 
47 
48  virtual void setSpeedToRPMFactor(double value);
49  virtual double speedToRPMFactor() const;
51 
53 
54  virtual void setAccelerationToRPMFactor(double value);
55  virtual double accelerationToRPMFactor() const;
57 
59 
60  virtual void setMinSpeed(double value);
61  virtual double minSpeed() const;
63 
65 
66  virtual void setPowerPlantActive(bool active);
67  virtual bool powerPlantActive() const;
69 
70 protected:
73 
74 protected:
78 
84 
90 
95 
102 };

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)