public class UavPowerControlConstantsType extends Object
Java class for UavPowerControlConstantsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UavPowerControlConstantsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="baselineCruiseThrust" use="required" type="{}NonNegativeDoubleType" /> <attribute name="baselineClimbThrust" use="required" type="{}NonNegativeDoubleType" /> <attribute name="kZDot" use="required" type="{}NonNegativeDoubleType" /> <attribute name="kZDotDot" use="required" type="{}NonNegativeDoubleType" /> <attribute name="kZDotIntegral" use="required" type="{}NonNegativeDoubleType" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected double |
baselineClimbThrust |
protected double |
baselineCruiseThrust |
protected double |
kzDot |
protected double |
kzDotDot |
protected double |
kzDotIntegral |
Constructor and Description |
---|
UavPowerControlConstantsType() |
Modifier and Type | Method and Description |
---|---|
double |
getBaselineClimbThrust()
Gets the value of the baselineClimbThrust property.
|
double |
getBaselineCruiseThrust()
Gets the value of the baselineCruiseThrust property.
|
double |
getKZDot()
Gets the value of the kzDot property.
|
double |
getKZDotDot()
Gets the value of the kzDotDot property.
|
double |
getKZDotIntegral()
Gets the value of the kzDotIntegral property.
|
void |
setBaselineClimbThrust(double value)
Sets the value of the baselineClimbThrust property.
|
void |
setBaselineCruiseThrust(double value)
Sets the value of the baselineCruiseThrust property.
|
void |
setKZDot(double value)
Sets the value of the kzDot property.
|
void |
setKZDotDot(double value)
Sets the value of the kzDotDot property.
|
void |
setKZDotIntegral(double value)
Sets the value of the kzDotIntegral property.
|
protected double baselineCruiseThrust
protected double baselineClimbThrust
protected double kzDot
protected double kzDotDot
protected double kzDotIntegral
public double getBaselineCruiseThrust()
public void setBaselineCruiseThrust(double value)
public double getBaselineClimbThrust()
public void setBaselineClimbThrust(double value)
public double getKZDot()
public void setKZDot(double value)
public double getKZDotDot()
public void setKZDotDot(double value)
public double getKZDotIntegral()
public void setKZDotIntegral(double value)