Implementing VNAV support in FlightGear: Difference between revisions

Jump to navigation Jump to search
Line 165: Line 165:


=== Adding new Control System Components ===
=== Adding new Control System Components ===
It is foreseeable that we may need to modify and extend JSBSim, i.e. to add new components - here's a stub to add an empty '''FGDummy''' component to JSBSim:
It is foreseeable that we may need to modify and extend JSBSim, i.e. to add new components - unfortunately, the "extending JSBSim" chapter in the JSBSim reference manual is still just a placeholder without any content, so here's a stub to add an empty '''FGDummy''' component to JSBSim to help lower the barrier to entry to extending 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