Autopilot configuration reference: Difference between revisions

Jump to navigation Jump to search
Line 68: Line 68:
<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
   <property-rule n="100"> <!-- "n" needs to be >= 100 to avoid overwriting other predefined global rules (in particular the environment ones)  -->
   <property-rule n="100"> <!-- "n" needs to be >= 100 to avoid overwriting other predefined global rules (in particular the environment ones)  -->
     <path>Systems/my-propertyrules.xml</path> <!-- path can be relative to the current aircraft folder -->
     <path>Systems/my-propertyrules.xml</path> <!-- path can be relative to the current aircraft-set.xml location -->
   </property-rule>
   </property-rule>
</syntaxhighlight>
</syntaxhighlight>
Line 78: Line 78:
     <!-- many other elements live here -->
     <!-- many other elements live here -->
     <property-rule n="100"> <!-- "n" needs to be >= 100 to avoid overwriting other predefined global rules (in particular the environment ones)  -->
     <property-rule n="100"> <!-- "n" needs to be >= 100 to avoid overwriting other predefined global rules (in particular the environment ones)  -->
       <path>Systems/my-propertyrules.xml</path> <!-- path can be relative to the current aircraft folder -->
       <path>Systems/my-propertyrules.xml</path> <!-- path can be relative to the current aircraft-set.xml location -->
     </property-rule>
     </property-rule>
   </systems>
   </systems>
422

edits

Navigation menu