VR-Forces 4.2 Class Documentation
rotWingTurnToHeadingCtl.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2006 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 
16 class DtString;
17 class DtSimManager;
18 class DtSimMessage;
19 
20 
25 {
26 private:
35 
36 public:
37 
41  DtVrfObject* owner,
42  DtSimManager* simManager,
43  DtComponentDescriptor* desc = 0,
44  DtReaderWriterRegistry* parentRegistry = 0);
45 
48 
52  virtual void tick();
53 
56  virtual DtString type() const;
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 void registerTaskMsgCallbacks();
70 
72  static void turnToHeadingCallback(DtSimMessage* msg, void* usr);
73 
75  virtual void processTurnToHeading(DtSimMessage* msg);
76 
77  virtual void pilotProperties();
78 
79 protected:
81 
82 };
83 

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)