VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rotaryWingLandingController.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
12 
13 #pragma once
14 
15 
17 
18 class DtString;
19 class DtSimManager;
20 class DtSimMessage;
21 
35 {
36 public:
37 
41  DtVrfObject* owner,
42  DtSimManager* simManager,
43  DtComponentDescriptor* desc = 0,
44  DtReaderWriterRegistry* parentRegistry = 0);
45 
48 
51  virtual void tick();
52 
55  virtual DtString type() const;
56 
57  virtual void clearTask();
58 
62  static DtSimComponent * creator(const DtString& name,
63  DtVrfObject* owner,
64  DtSimManager* simManager,
65  DtComponentDescriptor* desc = 0,
66  DtReaderWriterRegistry* parentRegistry = 0);
67 
68 protected:
70  virtual void registerTaskMsgCallbacks();
71 
73  static void landingTaskCallback(DtSimMessage* msg, void* usr);
74 
76  virtual void processLandingTask(DtSimMessage* msg);
77 
79  static void taskCompleteReportCallback(DtSimMessage* msg, void* usr);
80 
82  virtual void processTaskCompleteReport(DtSimMessage* msg);
83 
86  virtual bool startMovingToLandingPosition();
87 
91  virtual bool sendMoveSubtask(const DtString& destinationName);
92 
94  virtual void doLanding();
95 
99  virtual bool landingPosition(DtVector& localPosition);
100 
107  virtual void pilotProperties();
108 
109 private:
114  const DtRotaryWingLandingController & orig);
118 
119 protected:
120 };

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)