VR-Forces 4.6.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfobjparam
rotaryWingLandingGearDescriptor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2015 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#include "
vrfobjparam/componentDescriptor.h
"
12
#include "
vrfutil/rwReal.h
"
13
#include <
vrfobjparam/vrfobjparamDefines.h
>
14
16
class
DT_DLL_vrfobjparam
DtRotaryWingLandingGearDescriptor
:
public
DtComponentDescriptor
17
{
18
protected
:
20
DtRotaryWingLandingGearDescriptor
();
21
22
public
:
24
DtRotaryWingLandingGearDescriptor
(
const
DtString
& name,
25
DtReaderWriterRegistry
* parentRegistry = 0);
26
28
DtRotaryWingLandingGearDescriptor
(
const
DtRotaryWingLandingGearDescriptor
&
29
orig,
DtReaderWriterRegistry
* parentRegistry = 0);
30
32
DtRotaryWingLandingGearDescriptor
&
operator=
(
const
33
DtRotaryWingLandingGearDescriptor
& orig);
34
35
virtual
~
DtRotaryWingLandingGearDescriptor
();
36
39
virtual
DtString
type
()
const
;
40
42
virtual
DtComponentDescriptor
*
clone
(
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
43
45
virtual
void
setLandingGearAltitude(
double
v);
46
virtual
double
landingGearAltitude()
const
;
47
48
static
DtComponentDescriptor
*
creator
();
49
50
protected
:
51
DtRwReal
myLandingGearAltitude
;
52
};
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)