VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
airVehicleWeaponHoldControllerDesc.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2006 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: airVehicleWeaponHoldControllerDesc.h,v $ $Revision: 1.2 $ $State: Exp $
7
*******************************************************************************/
8
11
14
15
#ifndef DtAirVehicleWeaponHoldControllerDescriptor_H_
16
#define DtAirVehicleWeaponHoldControllerDescriptor_H_
17
18
#include "
vrfobjparam/compDesc.h
"
19
#include "
vrfutil/rwReal.h
"
20
24
#include "
vrfobjparam/vrfobjparamDefines.h
"
25
class
DT_DLL_vrfobjparam
DtAirVehicleWeaponHoldControllerDescriptor
:
public
DtComponentDescriptor
26
{
27
public
:
29
DtAirVehicleWeaponHoldControllerDescriptor
(
30
const
DtString
& rwName = DtString::nullString(),
31
DtReaderWriterRegistry
* parentRegistry = 0);
33
DtAirVehicleWeaponHoldControllerDescriptor
(
34
const
DtAirVehicleWeaponHoldControllerDescriptor
& orig,
35
DtReaderWriterRegistry
* parentRegistry = 0);
37
DtAirVehicleWeaponHoldControllerDescriptor
&
operator=
(
38
const
DtAirVehicleWeaponHoldControllerDescriptor
& orig);
40
virtual
~
DtAirVehicleWeaponHoldControllerDescriptor
();
41
43
virtual
DtComponentDescriptor
*
clone
(
44
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
46
virtual
DtString
type
()
const
;
47
49
static
DtComponentDescriptor
*
creator
();
50
53
virtual
double
minWeaponFireAltitude()
const
;
54
virtual
void
setMinWeaponFireAltitude(
const
double
& newValue);
56
57
protected
:
65
DtRwReal
myMinWeaponFireAltitude
;
67
};
68
#endif
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)