VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rotaryWingEmbarkationController.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 
23 {
24 public:
25 
29  DtVrfObject* owner,
30  DtSimManager* simManager,
31  DtComponentDescriptor* desc = 0,
32  DtReaderWriterRegistry* parentRegistry = 0);
33 
36 
39  virtual const char* type() const;
40 
44  static DtSimComponent * creator(const DtString& name,
45  DtVrfObject* owner,
46  DtSimManager* simManager,
47  DtComponentDescriptor* desc = 0,
48  DtReaderWriterRegistry* parentRegistry = 0);
49 
50  virtual void atEmbarkationPoint();
51 
52 protected:
54  virtual void embark(const DtVector& loadPosition, const DtString& parentName, int appearance,
55  const DtTaitBryan& orientation, const DtVector& acceleration, const DtVector& velocity);
56 
58  virtual void disembark();
59 
62  virtual void unload(const DtVector& unloadPosition);
63 
64  virtual void issueMoveToEmbarkationPointTask();
65 
66 private:
67 
70 
73  orig);
74 
78 };
79 

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)