15 #ifndef DtAirVehicleWeaponHoldControllerDescriptor_H_
16 #define DtAirVehicleWeaponHoldControllerDescriptor_H_
30 const DtString& rwName = DtString::nullString(),
53 virtual bool performAltitudeCheck()
const;
54 virtual void setPerformAltitudeCheck(
bool newValue);
59 virtual double minWeaponFireAltitude()
const;
60 virtual void setMinWeaponFireAltitude(
const double& newValue);
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtRwReal myMinWeaponFireAltitude
Parameter Name: min-weapon-fire-altitude Parameter Description: Below this altitude (above the terrai...
Definition: airVehicleWeaponHoldControllerDescriptor.h:78
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:42
Definition: readerWriterRegistry.h:39
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
DtAirVehicleWeaponHoldControllerDescriptor; Descriptor for DtAirVehicleWeaponHoldController.
Definition: airVehicleWeaponHoldControllerDescriptor.h:25
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
virtual DtString type() const
Returns the type of component this descriptor describes.
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
DtRwBoolean myPerformAltitudeCheck
Definition: airVehicleWeaponHoldControllerDescriptor.h:71
static DtComponentDescriptor * creator()