Autopilot configuration reference: Difference between revisions

Jump to navigation Jump to search
Proposed addon: FlipFlop
(Proposed addon: FlipFlop)
Line 338: Line 338:


== logic ==
== logic ==
== Proposed extensions ==
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 ===
[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>

Navigation menu