VR-Forces 4.7 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
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 <
readerWriter/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 Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)