User:Bugman/subsystems: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(→‎Script: Another script update.)
(→‎All subsystems: Updated the output to match the newest script.)
Line 588: Line 588:
     <FlipFlop from="Logic : DigitalComponent : Component : SGSubsystem" in="src/Autopilot/flipflop.hxx"/>
     <FlipFlop from="Logic : DigitalComponent : Component : SGSubsystem" in="src/Autopilot/flipflop.hxx"/>
   </quaternary_classes>
   </quaternary_classes>
<total subsystem_classes="126" subsystem_groups="10"/>
<total subsystem_classes="126" subsystem_groups="10" total="136"/>
<simgear subsystem_classes="9" subsystem_groups="0" total="9"/>
<flightgear subsystem_classes="117" subsystem_groups="10" total="127"/>
</subsystems>
</subsystems>
| show  = 1
| show  = 1
Line 747: Line 749:
     <FlipFlop : Logic : DigitalComponent : Component : SGSubsystem in "src/Autopilot/flipflop.hxx">
     <FlipFlop : Logic : DigitalComponent : Component : SGSubsystem in "src/Autopilot/flipflop.hxx">


Total: 126 subsystem classes.
Total: 126 subsystem classes (117 flightgear, 9 simgear).
Total: 10 subsystem groups.
Total: 10 subsystem groups (10 flightgear, 0 simgear).
Total: 136 subsystem classes and groups (127 flightgear, 9 simgear).
}}
}}



Revision as of 20:54, 18 April 2018

Tracking down subsystems

Script

The following script is for finding all FlightGear dependencies:

All subsystems

The result is:

Refactoring

To check that all subsystems on a branch have been updated or refactored: