Implementing VNAV support in FlightGear: Difference between revisions

Jump to navigation Jump to search
Line 191: Line 191:


=== Adding new Telnet commands ===
=== Adding new Telnet commands ===
Analogous to FlightGear's [[Telnet usage|telnet/props]] system, JSBSim is a similar mechanism for remotely debugging/inspecting a running JSBSim instance, this can be enabled by adding this to the FDM:
Analogous to FlightGear's [[Telnet usage|telnet/props]] system, JSBSim has a similar mechanism for remotely debugging/inspecting a running JSBSim instance, this can be enabled by adding this to the FDM (XML file):
<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
<input port="4000"/>
<input port="4000"/>
Line 222: Line 222:
       }
       }
</syntaxhighlight>
</syntaxhighlight>


=== Adding new Functions ===
=== Adding new Functions ===

Navigation menu