VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
fixedWingFlightCommandController.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2011 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
13 
14 class DtString;
15 class DtSimManager;
16 class DtConstrainedAnalogPort;
17 class boolPort;
18 class DtSimMessage;
19 
36 {
37 
38 public:
39 
43  DtVrfObject* owner,
44  DtSimManager* simManager,
45  DtComponentDescriptor* desc = 0,
46  DtReaderWriterRegistry* parentRegistry = 0);
47 
50 
51  virtual bool init();
52 
53  virtual bool beginProcessingTask(const DtTaskMessage& task,
54  DtSimTaskStatePtr taskState);
55 
56  virtual void tick();
57 
60  virtual DtString type() const;
61 
64  virtual bool showCurrentTaskInGui() const;
65 
68 
69  static void taskNotifyCallback(const DtSimTask & task, const DtSimComponent &notifier, void* usr);
70  virtual void processTaskNotify(const DtSimTask & task, const DtSimComponent &notifier);
72 
76  static DtSimComponent * creator(const DtString& name,
77  DtVrfObject* owner,
78  DtSimManager* simManager,
79  DtComponentDescriptor* desc = 0,
80  DtReaderWriterRegistry* parentRegistry = 0);
81 
82 protected:
83  virtual void clearTask();
84 
85 private:
86 
89 
93 
97 
98 protected:
99 };
100 

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)