]> git.mxchange.org Git - flightgear.git/commit
Autopilot is more than just an autopilot: Introducing: "property rule"
authorTorsten Dreyer <Torsten@t3r.de>
Wed, 18 Aug 2010 16:50:07 +0000 (18:50 +0200)
committerTorsten Dreyer <Torsten@t3r.de>
Wed, 18 Aug 2010 16:50:07 +0000 (18:50 +0200)
commit54e6757211475d2ca0a3d6547958f6789710a51f
tree1748e7ea66722342a512c5beed2a7c4403f3e19e
parentae50c054a9007b98f1a8dafe6d589d0b4cab8873
Autopilot is more than just an autopilot: Introducing: "property rule"

The autopilot has grown beyond being just an autopilot. It's
components, filters and controllers could be used to set property
values based on complex rules and driven from other property values.
That's why I chose to give it the name "property-rule".
This patch allows to define an arbitrary number of property rules under
a/sim/property-rule[n]/path
using the same syntax as autopilot configurations.
src/Autopilot/autopilotgroup.cxx
src/Autopilot/autopilotgroup.hxx
src/Main/fg_init.cxx