VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
fixedWingEmbarkationController.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 #pragma once
12 
14 
16 
28 {
29 public:
30 
34  DtVrfObject* owner,
35  DtSimManager* simManager,
36  DtComponentDescriptor* desc = 0,
37  DtReaderWriterRegistry* parentRegistry = 0);
38 
41 
44  virtual const char* type() const;
45 
49  static DtSimComponent * creator(const DtString& name,
50  DtVrfObject* owner,
51  DtSimManager* simManager,
52  DtComponentDescriptor* desc = 0,
53  DtReaderWriterRegistry* parentRegistry = 0);
54 
55  virtual void atEmbarkationPoint();
56 
57 protected:
60  virtual void embark(const DtVector& loadPosition, const DtUUID& parentName, int appearance,
61  const DtTaitBryan& orientation, const DtVector& acceleration = DtVector(), const DtVector& velocty = DtVector(), bool invisibleWhenEmbarked = false);
62 
64  virtual void issueMoveAlongToIngressTask();
65 
67  virtual void issueMoveAlongToEgressTask();
68 
71  virtual void processTaskComplete(DtSimMessage * msg);
72 
74  virtual void movingToEgress();
75 
77  virtual void movingToIngress();
78 
79  virtual bool init();
80  virtual void setLocation(const DtVector& world);
81 
82 private:
83 
86 
89  orig);
90 
94 
95 protected:
97 };
98 

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)