public class UuvPidLinearConstantsType extends Object
Java class for UuvPidLinearConstantsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UuvPidLinearConstantsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{}commonAttributes"/> <attribute name="kV" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kW" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kThrusterV" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kThrusterW" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected double |
kThrusterV |
protected double |
kThrusterW |
protected double |
kv |
protected double |
kw |
Constructor and Description |
---|
UuvPidLinearConstantsType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
double |
getKThrusterV()
Gets the value of the kThrusterV property.
|
double |
getKThrusterW()
Gets the value of the kThrusterW property.
|
double |
getKV()
Gets the value of the kv property.
|
double |
getKW()
Gets the value of the kw property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setKThrusterV(double value)
Sets the value of the kThrusterV property.
|
void |
setKThrusterW(double value)
Sets the value of the kThrusterW property.
|
void |
setKV(double value)
Sets the value of the kv property.
|
void |
setKW(double value)
Sets the value of the kw property.
|
protected double kv
protected double kw
protected double kThrusterV
protected double kThrusterW
protected String description
public double getKV()
public void setKV(double value)
public double getKW()
public void setKW(double value)
public double getKThrusterV()
public void setKThrusterV(double value)
public double getKThrusterW()
public void setKThrusterW(double value)
public String getDescription()
String