FGRadar: Difference between revisions

Jump to navigation Jump to search
60 bytes added ,  18 October 2012
Line 104: Line 104:
== Known Issues ==
== Known Issues ==
* PKGLIBDIR is not being set properly via cmake yet (see FGRadarApplication.cxx)
* PKGLIBDIR is not being set properly via cmake yet (see FGRadarApplication.cxx)
* The current '''SGApplication''' implementation uses a "busy waiting"-loop {{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}}
* 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}}

Navigation menu