public class UuvPidAngularConstantsType extends Object
Java class for UuvPidAngularConstantsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UuvPidAngularConstantsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{}commonAttributes"/> <attribute name="kTheta" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kThrusterTheta" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kPsi" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kThrusterPsi" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kP" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kQ" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kR" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kThrusterQ" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kThrusterR" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kThetaIntegral" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kThrusterThetaIntegral" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kPsiIntegral" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kThrusterPsiIntegral" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected double |
kp |
protected double |
kPsi |
protected double |
kPsiIntegral |
protected double |
kq |
protected double |
kr |
protected double |
kTheta |
protected double |
kThetaIntegral |
protected double |
kThrusterPsi |
protected double |
kThrusterPsiIntegral |
protected double |
kThrusterQ |
protected double |
kThrusterR |
protected double |
kThrusterTheta |
protected double |
kThrusterThetaIntegral |
Constructor and Description |
---|
UuvPidAngularConstantsType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
double |
getKP()
Gets the value of the kp property.
|
double |
getKPsi()
Gets the value of the kPsi property.
|
double |
getKPsiIntegral()
Gets the value of the kPsiIntegral property.
|
double |
getKQ()
Gets the value of the kq property.
|
double |
getKR()
Gets the value of the kr property.
|
double |
getKTheta()
Gets the value of the kTheta property.
|
double |
getKThetaIntegral()
Gets the value of the kThetaIntegral property.
|
double |
getKThrusterPsi()
Gets the value of the kThrusterPsi property.
|
double |
getKThrusterPsiIntegral()
Gets the value of the kThrusterPsiIntegral property.
|
double |
getKThrusterQ()
Gets the value of the kThrusterQ property.
|
double |
getKThrusterR()
Gets the value of the kThrusterR property.
|
double |
getKThrusterTheta()
Gets the value of the kThrusterTheta property.
|
double |
getKThrusterThetaIntegral()
Gets the value of the kThrusterThetaIntegral property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setKP(double value)
Sets the value of the kp property.
|
void |
setKPsi(double value)
Sets the value of the kPsi property.
|
void |
setKPsiIntegral(double value)
Sets the value of the kPsiIntegral property.
|
void |
setKQ(double value)
Sets the value of the kq property.
|
void |
setKR(double value)
Sets the value of the kr property.
|
void |
setKTheta(double value)
Sets the value of the kTheta property.
|
void |
setKThetaIntegral(double value)
Sets the value of the kThetaIntegral property.
|
void |
setKThrusterPsi(double value)
Sets the value of the kThrusterPsi property.
|
void |
setKThrusterPsiIntegral(double value)
Sets the value of the kThrusterPsiIntegral property.
|
void |
setKThrusterQ(double value)
Sets the value of the kThrusterQ property.
|
void |
setKThrusterR(double value)
Sets the value of the kThrusterR property.
|
void |
setKThrusterTheta(double value)
Sets the value of the kThrusterTheta property.
|
void |
setKThrusterThetaIntegral(double value)
Sets the value of the kThrusterThetaIntegral property.
|
protected double kTheta
protected double kThrusterTheta
protected double kPsi
protected double kThrusterPsi
protected double kp
protected double kq
protected double kr
protected double kThrusterQ
protected double kThrusterR
protected double kThetaIntegral
protected double kThrusterThetaIntegral
protected double kPsiIntegral
protected double kThrusterPsiIntegral
protected String description
public double getKTheta()
public void setKTheta(double value)
public double getKThrusterTheta()
public void setKThrusterTheta(double value)
public double getKPsi()
public void setKPsi(double value)
public double getKThrusterPsi()
public void setKThrusterPsi(double value)
public double getKP()
public void setKP(double value)
public double getKQ()
public void setKQ(double value)
public double getKR()
public void setKR(double value)
public double getKThrusterQ()
public void setKThrusterQ(double value)
public double getKThrusterR()
public void setKThrusterR(double value)
public double getKThetaIntegral()
public void setKThetaIntegral(double value)
public double getKThrusterThetaIntegral()
public void setKThrusterThetaIntegral(double value)
public double getKPsiIntegral()
public void setKPsiIntegral(double value)
public double getKThrusterPsiIntegral()
public void setKThrusterPsiIntegral(double value)
public String getDescription()
String