gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-dev] TOFF display is now fully implemented in gpsmon


From: Eric S. Raymond
Subject: [gpsd-dev] TOFF display is now fully implemented in gpsmon
Date: Tue, 24 Feb 2015 14:49:05 -0500 (EST)

TOFF display is now fully implemented in both the direct and client
modes of gpsmon.  If you maintain one of the monitor modules, all you have
to do is drop a line something like

#ifdef NTP_ENABLE
    toff_update(ppswin, TOFF_LINE, TOFF_COLUMN + 6);
#endif /* NTP_ENABLE */

in the update method; the generic gpsmon will do the rest.  There
is also a pps_update() function that makes displaying the PPS offset
just as easy.  Of course you have to rearrange your upper panel to
accommodate the data.

This has already been done for the NMEA0183, UBX, and SiRF monitors.
I have live-tested the NMEA0183 and UBX code; I can't fully test the
SiRF code because none of my SiRFs pass PPS.  Hal, can you check that?

Gary, you should do this for the Garmin driver - I can't, no Garmin to
test with.

Anybody out there got a Motorola OnCore?  It should be possible for
that device as well.
-- 
                <a href="http://www.catb.org/~esr/";>Eric S. Raymond</a>

If a thousand men were not to pay their tax-bills this year, that would
... [be] the definition of a peaceable revolution, if any such is possible.
        -- Henry David Thoreau



reply via email to

[Prev in Thread] Current Thread [Next in Thread]