VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
defaultLandingGearController.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2006 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 
9 
11 #pragma once
12 
15 
16 class DtDefaultLandingGearControllerDescriptor;
19 
27 {
28 private:
35 public:
42  DtSimManager* simManager, DtComponentDescriptor* desc=0,
43  DtReaderWriterRegistry *parentRegistry=0);
44 
47 
49  virtual bool init();
50 
53  virtual const char* type() const;
54 
56  virtual void tick();
57 
61  static DtSimComponent* creator(const DtString& name, DtVrfObject* owner,
62  DtSimManager* simManager, DtComponentDescriptor* desc=0,
63  DtReaderWriterRegistry* parentRegistry=0);
64 
65 protected:
67  virtual bool createPortGroups();
68 
70  virtual bool createPorts();
71 
79 
81 
82 
84 };
85 
86 

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)