FlightGear Newsletter September 2012: Difference between revisions

Jump to navigation Jump to search
Line 27: Line 27:
===Initial work on dynamic subsystem creation===
===Initial work on dynamic subsystem creation===


James has added initial code to work on dynamic subsystem creation, so that subsystems become create-able and removable from commands. Only some subsystems are supported so far, since many have non-default constructors or other complexities. With this, change, it's now possible to dynamically add and remove the traffic-manager at runtime, for example:
James has added initial code to work on dynamic subsystem creation, so that subsystems become create-able and removable from commands. Only some subsystems are supported so far, since many have non-default constructors or other complexities (see [[FlightGear Run Levels]] for further details). With this, change, it's now possible to dynamically add and remove the traffic-manager at runtime, for example:


<syntaxhighlight lang="php">
<syntaxhighlight lang="php">

Navigation menu