Some questions about liblocation and gpsd

2008-08-18 Thread David Hautbois
Hi I've some questions about liblocation and gpsd : I connected the changed signal to a callback function. - one time out of two, device-fix-speed =nan Some information about that ? - When my application quit, the gps icon stays in the status bar I don't remember to have this issue

Re: Some questions about liblocation and gpsd

2008-08-18 Thread David Hautbois
a conversion issue in my code.. David. David Hautbois wrote: Hi I've some questions about liblocation and gpsd : I connected the changed signal to a callback function. - one time out of two, device-fix-speed =nan Some information about that ? - When my application quit, the gps icon

Re: Some questions about liblocation and gpsd

2008-08-18 Thread Brad Midgley
David NAN is used by gpsd for out of bounds values. You should test the float using isnan(value) before you assume it has something valid. Brad ___ maemo-developers mailing list maemo-developers@maemo.org