jsbsim.js
Version:
JSBSim flight dynamics model ported to JavaScript
19 lines (17 loc) • 422 B
text/xml
<!--
'/controls/engines/engine/throttle' to 'fcs/throttle-cmd-norm'
flightgear got a dummy system
here it is given back to jsb 'standalone'
-->
<system name="throttle mapper">
<channel name="governor-glue">
<fcs_function>
<function>
<property>/controls/engines/engine/throttle</property>
</function>
<output>
fcs/throttle-pos-norm
</output>
</fcs_function>
</channel>
</system>