gpsd-commit-watch
[Top][All Lists]
Advanced

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

[gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.10-184


From: Eric S. Raymond
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.10-184-ga3ca729
Date: Sun, 17 Aug 2014 20:59:28 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GPSD".

The branch, master has been updated
       via  a3ca7297044d71cf743e6b975a47f16810bf071f (commit)
      from  5c7a4fe2eb6d6ce071d3c50aba76f9a9b4753931 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a3ca7297044d71cf743e6b975a47f16810bf071f
Author: Miroslav Lichvar <address@hidden>
Date:   Tue May 27 18:37:02 2014 +0200

    Fix PPS with large offsets.
    
    This was broken by commit 575444. The check if the PPS time isn't
    referenced with an old message time used PPS offset instead of the
    difference between local PPS time and local time of the last message.
    The PPS sample was reported via SHM or chrony socket only if the offset
    was between -1 and 1000001 seconds.
    
    Keep the local timestamp of the last fix in struct gps_device_t in
    addition to the real timestamp and use it to check the PPS delay.
    Rename the l_offset variable to delay to avoid further confusion.
    
    Signed-off-by: Eric S. Raymond <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 gpsd.c      |    5 +++--
 gpsd.h-tail |    5 ++++-
 gpsmon.c    |    2 +-
 ppsthread.c |   22 ++++++++++++----------
 4 files changed, 20 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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