VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
fixedWingMoveToLocationController.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999-2004 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
15 
16 
17 
24 {
25 
26 public:
27 
31  DtVrfObject* owner,
32  DtSimManager* simManager,
33  DtComponentDescriptor* desc = 0,
34  DtReaderWriterRegistry* parentRegistry = 0);
35 
38 
41  virtual const char* type() const;
42 
46  static void moveToLocationCallback(DtSimMessage * msg, void * usr);
47  static void flyToLocationCallback(DtSimMessage * msg, void * usr);
48 
51  virtual void processMoveToLocationTask(DtSimMessage * msg);
52  virtual void processFlyToLocationTask(DtSimMessage * msg);
53 
56  virtual void registerTaskMsgCallbacks();
57 
61  static DtSimComponent * creator(const DtString& name,
62  DtVrfObject* owner,
63  DtSimManager* simManager,
64  DtComponentDescriptor* desc = 0,
65  DtReaderWriterRegistry* parentRegistry = 0);
66 
67 protected:
69  virtual bool setupControlPoint();
70 
71 private:
72 
75 
79 
83 
84 protected:
87 };
88 

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)