Folkert van Heusden <address@hidden>:
I have a small issue with libgps (I use the C library):
I found that the "status"-field in the structure, if that field is not
STATUS_NO_FIX, that does not neccessarily mean that there's a fix.
So what I now do is check if LATLON_SET is set in the 'set'-field AND
also if status != STATUS_NO_FIX.
Is that the way to go you think?
That's the right thing. The status field is derived from the fix status
the GPS passes back. Some devices will report a fix present when they
really only have enough of a lock to get GPS time.