VR-Forces 4.1.1 Class Documentation
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 
13 #include "vrfobjcore/cntrlCmpnt.h"
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 DtString 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 Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)