FGRadar: Difference between revisions

Jump to navigation Jump to search
50 bytes added ,  20 October 2012
Line 121: Line 121:


== Known Issues ==
== Known Issues ==
* PKGLIBDIR is not being set properly via cmake yet (see FGRadarApplication.cxx)
=== Coding ===
* The current '''SGApplication''' implementation uses a "busy waiting"-loop, needs to use the FGRadarApplication/FGPanel implementation {{Pending}}
* The current '''SGApplication''' implementation uses a "busy waiting"-loop, needs to use the FGRadarApplication/FGPanel implementation {{Pending}}
* Determine if we need to find a better solution for GTK's blocking main loop than jusing doing '''gtk_main_iteration_do()''' (threading? ){{Pending}}
* Determine if we need to find a better solution for GTK's blocking main loop than jusing doing '''gtk_main_iteration_do()''' (threading? ){{Pending}}
=== Build System ===
* PKGLIBDIR is not being set properly via cmake yet (see FGRadarApplication.cxx)
* The NasalSys.cxx file uses gettimeofday(), which may not be available on Windows - we need to add CMake magic to detect availability of it (already done by FG!) {{Pending}}
* The NasalSys.cxx file uses gettimeofday(), which may not be available on Windows - we need to add CMake magic to detect availability of it (already done by FG!) {{Pending}}
* The build system has only been tested on Linux so far
* The build system has only been tested on Linux so far
=== Data ===
* we should really be using import() from driver.nas
* we should really be using import() from driver.nas


Navigation menu