VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rotaryWingLandingGearDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
12 #include <readerWriter/rwReal.h>
14 
17 {
18 protected:
21 
22 public:
25  DtReaderWriterRegistry * parentRegistry = 0);
26 
29  orig, DtReaderWriterRegistry * parentRegistry = 0);
30 
34 
36 
39  virtual DtString type() const;
40 
42  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry = 0) const;
43 
45  virtual void setLandingGearAltitude(double v);
46  virtual double landingGearAltitude() const;
47 
48  static DtComponentDescriptor * creator();
49 
50 protected:
52 };

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)