Re: [Flightgear-devel] Subsystems scheduling question

2007-09-25 Thread Durk Talsma
On Wednesday 26 September 2007 08:20, Melchior FRANZ wrote: > * Melchior FRANZ -- 9/26/2007 8:11 AM: > > * Durk Talsma -- 9/25/2007 9:20 PM: > > > Are these subsystems dynamically created using a nasal script, > > > or an xml configuration file? > > > > Neither. They are created by c++ in other sub

Re: [Flightgear-devel] Subsystems scheduling question

2007-09-25 Thread Melchior FRANZ
* Melchior FRANZ -- 9/26/2007 8:11 AM: > * Durk Talsma -- 9/25/2007 9:20 PM: > > Are these subsystems dynamically created using a nasal script, > > or an xml configuration file? > > Neither. They are created by c++ in other subsystems, Correction: not from Nasal, but the instrumentation subsyste

Re: [Flightgear-devel] Subsystems scheduling question

2007-09-25 Thread Melchior FRANZ
* 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 nasa

[Flightgear-devel] Subsystems scheduling question

2007-09-25 Thread Durk Talsma
As reported in a separate thread, I'm trying to understand what's causing the timing problems in FlightGear / PLIB CVS. Although I have a basic understanding of SGSubsystem, and SGSubsystemManager, there are a few things that seem to elude me. So, I just want to double check my assertions and a