15 #ifndef DtAirVehicleWeaponHoldControllerDescriptor_H_
16 #define DtAirVehicleWeaponHoldControllerDescriptor_H_
30 const DtString& rwName = DtString::nullString(),
52 virtual bool performAltitudeCheck()
const;
53 virtual void setPerformAltitudeCheck(
bool newValue);
58 virtual double minWeaponFireAltitude()
const;
59 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:77
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
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. Used to create the descriptor on read from a...
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
DtRwBoolean myPerformAltitudeCheck
Parameter Name: min-weapon-fire-altitude Parameter Description: Below this altitude (above the terrai...
Definition: airVehicleWeaponHoldControllerDescriptor.h:70
static DtComponentDescriptor * creator()