VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rotaryWingMoveToLocationControllerComponent.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
14 
16 
23 {
24 public:
25 
29  DtVrfObject* owner,
30  DtSimManager* simManager,
31  DtComponentDescriptor* desc = 0,
32  DtReaderWriterRegistry* parentRegistry = 0);
33 
36 
39  virtual DtString type() const;
40 
44  static void moveToLocationCallback(DtSimMessage * msg, void * usr);
45 
47  virtual void processMoveToLocationTask(DtSimMessage * msg);
48 
52  static DtSimComponent * creator(const DtString& name,
53  DtVrfObject* owner,
54  DtSimManager* simManager,
55  DtComponentDescriptor* desc = 0,
56  DtReaderWriterRegistry* parentRegistry = 0);
57 
58 protected:
60  virtual void registerTaskMsgCallbacks();
61 
65  virtual bool setupControlPoint();
66 
67  virtual void getDesiredPosition(DtVector& desiredPosition);
68 
69 private:
73 
77 
81 
82 
83 protected:
86 };
87 

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)