* Durk Talsma -- 9/25/2007 9:20 PM:
> What I don't understand yet is that I'm getting timing alerts 
> in subsystems named "instrument8", "controller", "system1", and more, which I 
> can't trace back anywhere in the source code. My question: Are these 
> subsystems dynamically created using a nasal script, or an xml
> configuration file?

Neither. They are created by c++ in other subsystems, for instance
src/Instrumentation/instrument_mgr.cxx:

  FGInstrumentMgr::FGInstrumentMgr ()
  {
      set_subsystem("od_gauge", new FGODGauge);
      set_subsystem("hud", new HUD);
      ...

m.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to