public class UuvPidHoverConstantsType extends Object
Java class for UuvPidHoverConstantsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UuvPidHoverConstantsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{}commonAttributes"/> <attribute name="kPropellerHover" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kSurgeHover" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kThrusterHover" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kSwayHover" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kPropellerHoverIntegral" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kThrusterHoverIntegral" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected double |
kPropellerHover |
protected double |
kPropellerHoverIntegral |
protected double |
kSurgeHover |
protected double |
kSwayHover |
protected double |
kThrusterHover |
protected double |
kThrusterHoverIntegral |
Constructor and Description |
---|
UuvPidHoverConstantsType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
double |
getKPropellerHover()
Gets the value of the kPropellerHover property.
|
double |
getKPropellerHoverIntegral()
Gets the value of the kPropellerHoverIntegral property.
|
double |
getKSurgeHover()
Gets the value of the kSurgeHover property.
|
double |
getKSwayHover()
Gets the value of the kSwayHover property.
|
double |
getKThrusterHover()
Gets the value of the kThrusterHover property.
|
double |
getKThrusterHoverIntegral()
Gets the value of the kThrusterHoverIntegral property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setKPropellerHover(double value)
Sets the value of the kPropellerHover property.
|
void |
setKPropellerHoverIntegral(double value)
Sets the value of the kPropellerHoverIntegral property.
|
void |
setKSurgeHover(double value)
Sets the value of the kSurgeHover property.
|
void |
setKSwayHover(double value)
Sets the value of the kSwayHover property.
|
void |
setKThrusterHover(double value)
Sets the value of the kThrusterHover property.
|
void |
setKThrusterHoverIntegral(double value)
Sets the value of the kThrusterHoverIntegral property.
|
protected double kPropellerHover
protected double kSurgeHover
protected double kThrusterHover
protected double kSwayHover
protected double kPropellerHoverIntegral
protected double kThrusterHoverIntegral
protected String description
public double getKPropellerHover()
public void setKPropellerHover(double value)
public double getKSurgeHover()
public void setKSurgeHover(double value)
public double getKThrusterHover()
public void setKThrusterHover(double value)
public double getKSwayHover()
public void setKSwayHover(double value)
public double getKPropellerHoverIntegral()
public void setKPropellerHoverIntegral(double value)
public double getKThrusterHoverIntegral()
public void setKThrusterHoverIntegral(double value)
public String getDescription()
String