45 virtual double maxAltitude()
const;
46 virtual void setMaxAltitude(
double);
51 virtual double minHAT()
const;
52 virtual void setMinHAT(
double);
DtAggregateReleaseBombControllerDescriptor & operator=(const DtAggregateReleaseBombControllerDescriptor &orig)
assignment
DtRwReal myMinHAT
Parameter Name: max-altitude Parameter Description: Target minimum height above terrain altitude...
Definition: aggregateAntiAirControllerDescriptor.h:76
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
virtual DtString type() const override
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
DtRwReal myMaxAltitude
Parameter Name: max-altitude Parameter Description: The maximum altitude of the weapon, in meters. Parameter Default Value: 5000 .
Definition: aggregateAntiAirControllerDescriptor.h:71
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
Definition: readerWriterRegistry.h:39
DtAggregateAntiAirControllerDescriptor is a DtComponentDescriptor that has additional information nee...
Definition: aggregateAntiAirControllerDescriptor.h:19
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const override
static DtComponentDescriptor * creator()
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
DtAggregateReleaseBombControllerDescriptor is a DtComponentDescriptor that has additional information...
Definition: aggregateReleaseBombControllerDescriptor.h:23