VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfmodel
rotWngEmbarkationController.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
13
#include "
vrfmodel/embarkationController.h
"
14
21
#include "
vrfmodel/vrfmodelDefines.h
"
22
class
DT_DLL_vrfmodel
DtRotaryWingEmbarkationController
:
public
DtEmbarkationController
23
{
24
public
:
25
28
DtRotaryWingEmbarkationController
(
const
DtString
& name,
29
DtVrfObject
* owner,
30
DtSimManager
* simManager,
31
DtComponentDescriptor
* desc = 0,
32
DtReaderWriterRegistry
* parentRegistry = 0);
33
35
virtual
~
DtRotaryWingEmbarkationController
();
36
39
virtual
DtString
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
69
DtRotaryWingEmbarkationController
();
70
72
DtRotaryWingEmbarkationController
(
const
DtRotaryWingEmbarkationController
&
73
orig);
74
76
const
DtRotaryWingEmbarkationController
&
operator=
(
const
77
DtRotaryWingEmbarkationController
& orig);
78
};
79
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)