VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfobjparam
aggregateAntiAirControllerDescriptor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
#include "
vrfobjparam/aggregateReleaseBombControllerDescriptor.h
"
11
#include "
vrfobjparam/vrfobjparamDefines.h
"
12
#include "
vrfutil/rwReal.h
"
13
18
19
class
DT_DLL_vrfobjparam
DtAggregateAntiAirControllerDescriptor
:
20
public
DtAggregateReleaseBombControllerDescriptor
21
{
22
public
:
24
DtAggregateAntiAirControllerDescriptor
(
const
DtString
& name,
25
DtReaderWriterRegistry
* parentRegistry = 0);
26
28
DtAggregateAntiAirControllerDescriptor
(
const
DtAggregateAntiAirControllerDescriptor
&
29
orig,
DtReaderWriterRegistry
* parentRegistry = 0);
30
32
DtAggregateAntiAirControllerDescriptor
&
operator=
(
const
33
DtAggregateAntiAirControllerDescriptor
& orig);
34
36
virtual
~
DtAggregateAntiAirControllerDescriptor
();
37
39
virtual
DtString
type
()
const
;
40
41
virtual
DtComponentDescriptor
*
clone
(
DtReaderWriterRegistry
* parentRegistry
42
= 0)
const
;
43
46
virtual
double
maxAltitude()
const
;
47
virtual
void
setMaxAltitude(
double
);
49
51
static
DtComponentDescriptor
*
creator
();
52
53
protected
:
55
DtAggregateAntiAirControllerDescriptor
();
56
57
protected
:
58
62
66
DtRwReal
myMaxAltitude
;
67
69
};
70
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)