VR-Forces 4.7 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  const DtString& animation = DtString::nullString());
63 
65  virtual void issueMoveAlongToIngressTask();
66 
68  virtual void issueMoveAlongToEgressTask();
69 
72  virtual void processTaskComplete(DtSimMessage * msg);
73 
75  virtual void movingToEgress();
76 
78  virtual void movingToIngress();
79 
80  virtual bool init();
81  virtual void setLocation(const DtVector& world);
82 
83 private:
84 
87 
90  orig);
91 
95 
96 protected:
98 };
99 

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)