]> git.mxchange.org Git - flightgear.git/commit
add <initialize-to> to components
authorTorsten Dreyer <Torsten@t3r.de>
Tue, 2 Nov 2010 10:07:33 +0000 (11:07 +0100)
committerTorsten Dreyer <Torsten@t3r.de>
Tue, 2 Nov 2010 10:07:33 +0000 (11:07 +0100)
commitc56aaa87714aac0f95c8bd2de8ecbc2ee86b7ff3
treefad2becd2ab6f219c1d5bf25b179ce5c8397570d
parent545969054c065eb13378d711db671586edc3febc
add <initialize-to> to components

The tag <initialize-to> can be used to control the value
of the output when the component is first enabled. This
controls initialization of the output property and the current
value for internal computation
Valid values are

  <initialize-to>input</initialize-to>
set the output-property to the input value

  <initialize-to>output</initialize-to>
set the output-property to the output value

  <initialize-to>none</initialize-to>
ignore input and output value
src/Autopilot/digitalfilter.cxx
src/Autopilot/digitalfilter.hxx