[hamradio-commits] [gnss-sdr] 74/303: Merge branch 'ttff' into next

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Mon Feb 13 22:35:49 UTC 2017


This is an automated email from the git hooks/post-receive script.

carles_fernandez-guest pushed a commit to branch master
in repository gnss-sdr.

commit a0fc1bb86ad7cac71c1e0f6ab13eaece1169fcf4
Merge: b7e06dc 7624c46
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Sun Oct 2 13:55:23 2016 +0200

    Merge branch 'ttff' into next
    
    This introduces a system test to measure the Time to First Fix.
    It is not built by default, must be activated by -DENABLE_SYSTEM_TESTING=ON
    
    It also adds an option to deactivate unit testing building (activated by default):
    -DENABLE_UNIT_TESTING=OFF

 CMakeLists.txt                                     |  51 +--
 src/CMakeLists.txt                                 |   4 +-
 .../PVT/gnuradio_blocks/galileo_e1_pvt_cc.cc       |  36 ++
 .../PVT/gnuradio_blocks/galileo_e1_pvt_cc.h        |  12 +
 .../PVT/gnuradio_blocks/gps_l1_ca_pvt_cc.cc        |  36 ++
 .../PVT/gnuradio_blocks/gps_l1_ca_pvt_cc.h         |  12 +
 .../PVT/gnuradio_blocks/hybrid_pvt_cc.cc           |  26 ++
 src/algorithms/PVT/gnuradio_blocks/hybrid_pvt_cc.h |  12 +
 src/core/receiver/control_thread.cc                |  41 +++
 src/core/receiver/control_thread.h                 |   2 +
 src/core/receiver/in_memory_configuration.cc       |   4 +-
 src/tests/CMakeLists.txt                           |  42 ++-
 src/tests/system-tests/ttff_gps_l1.cc              | 409 +++++++++++++++++++++
 13 files changed, 656 insertions(+), 31 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git



More information about the pkg-hamradio-commits mailing list