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.16-600


From: Fred Wright
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.16-600-g7989a5c
Date: Sat, 4 Mar 2017 17:43:46 -0500 (EST)

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  7989a5c562fed202b1cb3b48526b7e5678d1bb16 (commit)
       via  facde921457877842d71139f3dd8952989874864 (commit)
       via  dcb8bb0483f9224fa211ca2617579ddd082c9a0f (commit)
       via  62c08407f0683a83b543d22d1fa854825b431569 (commit)
      from  68372c3547c96a06f12bacd36ae97e9903537f9b (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 7989a5c562fed202b1cb3b48526b7e5678d1bb16
Author: Robert Norris <address@hidden>
Date:   Sat Mar 4 18:59:33 2017 +0000

    Describe gps_mainloop()
    
    TESTED:
    libgps.3 man page still created
    
    Signed-off-by: Fred Wright <address@hidden>

commit facde921457877842d71139f3dd8952989874864
Author: Robert Norris <address@hidden>
Date:   Sat Mar 4 18:59:27 2017 +0000

    dbus timeout parameter is in milliseconds.
    
    The value passed into gps_mainloop() and thuis gps_dbus_mainloop()
    is in microseconds.
    
    Thus to convert from microseconds to milliseconds, one needs to divide by
    1000 (not multiply!).
    
    This also prevents the timeout value overflowing, when a large value
    timeout is passed in.
    
    NB This timeout value appears not to be actually used by current versions
    of dbus, see this bug: https://bugs.freedesktop.org/show_bug.cgi?id=100062
    
    Signed-off-by: Fred Wright <address@hidden>

commit dcb8bb0483f9224fa211ca2617579ddd082c9a0f
Author: Robert Norris <address@hidden>
Date:   Sat Mar 4 18:59:21 2017 +0000

    Fix gpxlogger to be able to run continuously
    
    My mistake in adding of parameter to run for a specified number of
    received packets, such that it would never enter the loop when a
    count was not specified.
    
    TESTED:
    test_gpsmm runs practically forever;
     or ends when the specified count is reached
    
    Signed-off-by: Fred Wright <address@hidden>

commit 62c08407f0683a83b543d22d1fa854825b431569
Author: Robert Norris <address@hidden>
Date:   Sat Mar 4 18:59:15 2017 +0000

    This timeout parameter is used
    
    Thus remove the 'UNUSED' compiler hint.
    
    TESTED:
    Still compiles without any complaints
    
    Signed-off-by: Fred Wright <address@hidden>

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

Summary of changes:
 libgps.xml     | 13 +++++++++++++
 libgps_dbus.c  |  2 +-
 libgps_shm.c   |  2 +-
 test_gpsmm.cpp |  4 ++--
 4 files changed, 17 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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