Implementing VNAV support in FlightGear: Difference between revisions

Jump to navigation Jump to search
Line 361: Line 361:


=== Adding new Control System Components ===
=== Adding new Control System Components ===
Here's a stub to add an empty '''FGDummy''' component to JSBSim to help lower the barrier to entry to extending JSBSim:
Here's a stub to add an empty '''FGDummy''' component to JSBSim:
<syntaxhighlight lang="diff">
<syntaxhighlight lang="diff">
diff --git a/src/models/FGFCS.cpp b/src/models/FGFCS.cpp
diff --git a/src/models/FGFCS.cpp b/src/models/FGFCS.cpp

Navigation menu