1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-18 21:23:02 +00:00
gnss-sdr/src/tests
Jim Melton 78362e7cba add signal_source_interface
also adds a base implementation that most signal sources should inherit from.
The gen_signal_source is inexplicably different (probably as a test fixture,
commonality was not valued).

Only the file_signal_source has been tested; all the sources are modified in the same
way, but we all know the only proof of correctness is testing.

The block factory was simplified a bit. Handling for legacy config files was pulled out
of the flowgraph; now when the "0" instance of a component (Foo0) is created, if there is
no config for it, then the legacy version (Foo) will be tried. This is different from
passing -1 for the item number (which is still supported). Theoretically, all existing
config files should still work.
2021-02-15 11:47:13 -07:00
..
benchmarks Apply more concise file header format 2020-12-30 13:35:06 +01:00
common-files Apply more concise file header format 2020-12-30 13:35:06 +01:00
data Update local GPSTk version to v8.0.0, keep compatibilty if v3.0.0 is installed 2020-12-02 14:27:59 +01:00
signal_samples Make the software package compliant with the REUSE Specification v3.0 (see https://reuse.software/spec/) 2020-02-08 01:20:02 +01:00
system-tests Improve handling of the filesystem library 2021-01-16 14:37:19 +01:00
unit-tests add signal_source_interface 2021-02-15 11:47:13 -07:00
CMakeLists.txt Avoid warning when building googletest with CMake >= 3.19 2021-01-25 22:19:18 +01:00
single_test_main.cc Apply more concise file header format 2020-12-30 13:35:06 +01:00
test_main.cc Apply more concise file header format 2020-12-30 13:35:06 +01:00