public class UavElevatorControlConstantsType extends Object
Java class for UavElevatorControlConstantsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UavElevatorControlConstantsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="kTheta" use="required" type="{}NonNegativeDoubleType" /> <attribute name="kQ" use="required" type="{}NonNegativeDoubleType" /> <attribute name="kThetaIntegral" use="required" type="{}NonNegativeDoubleType" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected double |
kq |
protected double |
kTheta |
protected double |
kThetaIntegral |
Constructor and Description |
---|
UavElevatorControlConstantsType() |
Modifier and Type | Method and Description |
---|---|
double |
getKQ()
Gets the value of the kq property.
|
double |
getKTheta()
Gets the value of the kTheta property.
|
double |
getKThetaIntegral()
Gets the value of the kThetaIntegral property.
|
void |
setKQ(double value)
Sets the value of the kq property.
|
void |
setKTheta(double value)
Sets the value of the kTheta property.
|
void |
setKThetaIntegral(double value)
Sets the value of the kThetaIntegral property.
|
protected double kTheta
protected double kq
protected double kThetaIntegral
public double getKTheta()
public void setKTheta(double value)
public double getKQ()
public void setKQ(double value)
public double getKThetaIntegral()
public void setKThetaIntegral(double value)