Autopilot configuration reference: Difference between revisions

m
(Flip Flop)
Line 410: Line 410:
This sections contains new features for the autopilot to be implemented. Nobody knows if and when this will happen. Consider this as a collection of ideas as a base for discussion on the mailing list, the forum or IRC.
This sections contains new features for the autopilot to be implemented. Nobody knows if and when this will happen. Consider this as a collection of ideas as a base for discussion on the mailing list, the forum or IRC.


=== Flip Flops ===
NIL
[http://en.wikipedia.org/wiki/Flip-flop_%28electronics%29 Flip Flops] could help in designing "armed" or "latched" properties.
It might look like this for a R/S flip flop
<flipflop>
  <type>RS</type>
  <set>/some/boolean/property</set>
  <reset>/some/other/boolean/property</reset>
  <output>some/output</output>
</flipflop>
The &lt;set&gt; and &lt;reset&gt; elements shall be made of a condition construct.