VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
manualRotaryWingEncumberedFlightActuator.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2016 VT MAK, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
7 
9 
10 #pragma once
11 
13 
14 namespace vrfAddSetEncumbranceExample
15 {
21  {
22 
23  public:
24 
28  DtVrfObject* owner,
30  DtComponentDescriptor* desc = 0,
31  DtReaderWriterRegistry* parentRegistry = 0);
32 
37 
40  virtual bool init();
41 
43  virtual void processSetEncumbranceCallback(DtSimMessage * msg);
44 
46  virtual void tick();
47 
51  static DtSimComponent * creator(const DtString& name,
52  DtVrfObject* owner,
53  DtSimManager* simManager,
54  DtComponentDescriptor* desc = 0,
55  DtReaderWriterRegistry* parentRegistry = 0);
56 
58  static void setEncumbranceCallback(DtSimMessage * msg, void * usrData);
59 
60  protected:
61 
62  private:
63 
66 
69 
72 
73 
74  protected:
75 
76  };
77 
78 }

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)