189
edits
m (Don't center the table.) |
(Add xml version tags to all configurations.) |
||
Line 55: | Line 55: | ||
=== Configuration File Format === | === Configuration File Format === | ||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
<?xml version="1.0"?> | |||
<nozzle name="{string}"> | <nozzle name="{string}"> | ||
<area unit="{FT2 | M2 | IN2}"> {number} </area> | <area unit="{FT2 | M2 | IN2}"> {number} </area> | ||
Line 72: | Line 73: | ||
=== Configuration File Format === | === Configuration File Format === | ||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
<!-- Sense goes in the parent tag --> | |||
<sense> {1 | -1} </sense> | <sense> {1 | -1} </sense> | ||
<?xml version="1.0"?> | |||
<propeller name="{string}"> | <propeller name="{string}"> | ||
<ixx> {number} </ixx> | <ixx> {number} </ixx> | ||
Line 172: | Line 175: | ||
=== Configuration File Format === | === Configuration File Format === | ||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
<!-- Sense goes in the parent tag --> | |||
<sense> {1 | 0 | -1} </sense> | |||
<?xml version="1.0"?> | |||
<rotor name="{string}"> | <rotor name="{string}"> | ||
<diameter unit="{LENGTH}"> {number} </diameter> | <diameter unit="{LENGTH}"> {number} </diameter> |
edits