VR-Forces 4.1.1 Class Documentation
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 
11 #include "vrfmodel/fixWngPltCtl.h"
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 Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)