public class UavAileronControlConstantsType extends Object
Java class for UavAileronControlConstantsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UavAileronControlConstantsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="kPhi" use="required" type="{}NonNegativeDoubleType" /> <attribute name="kP" use="required" type="{}NonNegativeDoubleType" /> <attribute name="kPhiIntegral" use="required" type="{}NonNegativeDoubleType" /> <attribute name="kPsiDot" use="required" type="{}NonNegativeDoubleType" /> <attribute name="kPsiDotDot" use="required" type="{}NonNegativeDoubleType" /> <attribute name="kPsiDotIntegral" use="required" type="{}NonNegativeDoubleType" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected double |
kp |
protected double |
kPhi |
protected double |
kPhiIntegral |
protected double |
kPsiDot |
protected double |
kPsiDotDot |
protected double |
kPsiDotIntegral |
Constructor and Description |
---|
UavAileronControlConstantsType() |
Modifier and Type | Method and Description |
---|---|
double |
getKP()
Gets the value of the kp property.
|
double |
getKPhi()
Gets the value of the kPhi property.
|
double |
getKPhiIntegral()
Gets the value of the kPhiIntegral property.
|
double |
getKPsiDot()
Gets the value of the kPsiDot property.
|
double |
getKPsiDotDot()
Gets the value of the kPsiDotDot property.
|
double |
getKPsiDotIntegral()
Gets the value of the kPsiDotIntegral property.
|
void |
setKP(double value)
Sets the value of the kp property.
|
void |
setKPhi(double value)
Sets the value of the kPhi property.
|
void |
setKPhiIntegral(double value)
Sets the value of the kPhiIntegral property.
|
void |
setKPsiDot(double value)
Sets the value of the kPsiDot property.
|
void |
setKPsiDotDot(double value)
Sets the value of the kPsiDotDot property.
|
void |
setKPsiDotIntegral(double value)
Sets the value of the kPsiDotIntegral property.
|
protected double kPhi
protected double kp
protected double kPhiIntegral
protected double kPsiDot
protected double kPsiDotDot
protected double kPsiDotIntegral
public double getKPhi()
public void setKPhi(double value)
public double getKP()
public void setKP(double value)
public double getKPhiIntegral()
public void setKPhiIntegral(double value)
public double getKPsiDot()
public void setKPsiDot(double value)
public double getKPsiDotDot()
public void setKPsiDotDot(double value)
public double getKPsiDotIntegral()
public void setKPsiDotIntegral(double value)