1
0
Fork 0
flightgear/src/Autopilot
torsten 90e313a8dd New feature: added <logic> "filters"
"logic filters" use well known conditions to drive output properties. Example for bax = baz & (foo | bar).

 <logic>
    <name>my first logic element</name>
    <input>
      <or>
        <property>foo</property>
        <property>bar</property>
      </or>
      <property>baz</property>
    </input>
    <output>bax</output>
  </logic>
2010-02-25 23:21:41 +01:00
..
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
autobrake.cxx Fix another crash in the autobrake code, with 'aircraft' (eg, ATC) with no weight-on-wheels flag. Thanks to Jacob Burbach for the report. 2009-10-04 02:05:51 +02:00
autobrake.hxx Use SGPropertyNode_ptr wherever possible 2010-01-17 00:03:06 +01:00
Makefile.am A generic, configurable autobrake system. Not fully features yet, but works quite nicely in the 777, including RTO modes and auto-disengage on pilot input. 2009-09-21 22:51:40 +02:00
route_mgr.cxx Merge branch 'jmt/units-fix' into maint 2010-02-09 07:28:03 +01:00
route_mgr.hxx In the route-manager, track the departure and destination airport objects 2009-11-07 09:00:36 +01:00
xmlauto.cxx New feature: added <logic> "filters" 2010-02-25 23:21:41 +01:00
xmlauto.hxx New feature: added <logic> "filters" 2010-02-25 23:21:41 +01:00