VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rotaryWingLandingGearController.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 
9 
11 #pragma once
12 
15 
18 
22 {
23 private:
30 public:
37  DtSimManager* simManager, DtComponentDescriptor* desc=0,
38  DtReaderWriterRegistry *parentRegistry=0);
39 
42 
44  virtual bool init();
45 
48  virtual const char* type() const;
49 
51  virtual void tick();
52 
56  static DtSimComponent* creator(const DtString& name, DtVrfObject* owner,
57  DtSimManager* simManager, DtComponentDescriptor* desc=0,
58  DtReaderWriterRegistry* parentRegistry=0);
59 
60 protected:
63 
64 };
65 
66 

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)