]> git.mxchange.org Git - flightgear.git/commit
New feature: added <logic> "filters"
authortorsten <torsten>
Wed, 24 Feb 2010 22:15:48 +0000 (22:15 +0000)
committerTim Moore <timoore33@gmail.com>
Thu, 25 Feb 2010 22:21:41 +0000 (23:21 +0100)
commit90e313a8dd6b60fbb14f47ea48a969f33924dfd7
tree237d097370269c80f7577295a65eaf616f182c2c
parent4ae8c90f7668724576df3ffa1f253da84b89ab0e
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>
src/Autopilot/xmlauto.cxx
src/Autopilot/xmlauto.hxx