diagram |
 |
used by |
|
attributes |
|
annotation |
appinfo | Element used to specify options for the UDP transfer of compressed/serialized mission results files encoded with Forward Error Correction (FEC) back to the workbench. |
|
source |
<xsd:complexType name="FecTransferOptionsType">
<xsd:annotation>
<xsd:appinfo>Element used to specify options for the UDP transfer of compressed/serialized mission results files encoded with Forward Error Correction (FEC) back to the workbench.</xsd:appinfo>
</xsd:annotation>
<xsd:attribute name="transfer" type="xsd:boolean" use="required"/>
<xsd:attribute name="host" type="xsd:string" use="required"/>
<xsd:attribute name="port" type="positiveInt" use="required"/>
<xsd:attribute name="schema" type="xsd:string" use="required"/>
<xsd:attribute name="feck" type="positiveInt" use="required"/>
<xsd:attribute name="fecn" type="positiveInt" use="required"/>
<xsd:attribute name="fecpacketsize" type="positiveInt" use="required"/>
<xsd:attributeGroup ref="commonAttributes"/>
</xsd:complexType> |