diagram |
 |
children |
AngularConstants LinearConstants SpeedConstants HoverConstants DepthConstants CurrentConstants |
used by |
|
attributes |
Name | Type | Use | Default | Fixed | annotation | enabled | xsd:boolean | required | | | | description | xsd:string | optional | | | |
|
annotation |
appinfo | Element utilized to specify Proportional-Integral-Derivative (PID) control constants for an unmanned underwater vehicle. |
|
source |
<xsd:complexType name="UuvPidControlType">
<xsd:annotation>
<xsd:appinfo>Element utilized to specify Proportional-Integral-Derivative (PID) control constants for an unmanned underwater vehicle.</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="AngularConstants" type="UuvPidAngularConstantsType"/>
<xsd:element name="LinearConstants" type="UuvPidLinearConstantsType"/>
<xsd:element name="SpeedConstants" type="UuvPidSpeedConstantsType"/>
<xsd:element name="HoverConstants" type="UuvPidHoverConstantsType"/>
<xsd:element name="DepthConstants" type="UuvPidDepthConstantsType"/>
<xsd:element name="CurrentConstants" type="UuvPidCurrentConstantsType"/>
</xsd:sequence>
<xsd:attribute name="enabled" type="xsd:boolean" use="required"/>
<xsd:attributeGroup ref="commonAttributes"/>
</xsd:complexType> |