Re: [Flightgear-devel] How do the subsystem communicate and work together

2006-12-15 Thread Melchior FRANZ
* tangyong -- Friday 15 December 2006 09:22: > I found that there are many main() functions in the Flight Gear, fgfs contains only one main(), and it's in src/Main/bootstrap.cxx. All other main()s that you found are actually separate applications, and of them only "terrasync" could be remotely con

[Flightgear-devel] How do the subsystem communicate and work together

2006-12-15 Thread tangyong
I found that there are many main() functions in the Flight Gear ,maybe each subsystem has one.My experence is that a programe JUST can have only one main() function.So I guess that all the subsystem can work parallelly and independently,and they communicate with each other through setting and ge