Carles Fernandez
|
33cee4a759
|
Remove all warnings raised by bugprone-* clang-tidy checks in acquisition adapters
|
2020-07-10 13:35:15 +02:00 |
|
Carles Fernandez
|
c04948fd02
|
Reduce number of warnings raised by bugprone-* clang-tidy checks
|
2020-07-10 00:37:55 +02:00 |
|
Carles Fernandez
|
09bcd1981c
|
Replace std::endl by \n character. There is no need to always flush the stream.
|
2020-07-07 18:53:50 +02:00 |
|
Carles Fernandez
|
d3b7557dcf
|
Sort constants
no more GPS_L1_PI, GPS_L2_PI, etc. Values are written in a single point.
|
2020-07-05 20:20:02 +02:00 |
|
Carles Fernandez
|
2b3d4b321d
|
Make the adapters take the configuration pointer as const
|
2020-06-29 09:07:41 +02:00 |
|
Carles Fernandez
|
037a1fcb5f
|
Improve headers, large data members first. Improve nav message interfaces
|
2020-06-23 09:47:58 +02:00 |
|
Carles Fernandez
|
0df4277d36
|
Unify criteria in target definitions, more informative names
|
2020-06-13 00:32:40 +02:00 |
|
Carles Fernandez
|
2a3d682f1f
|
Make use of target_sources(), make use of target propagation to reduce redundancy in dependencies, some fixes for Clang and CMake < 3.11. Use generic lambdas with auto
|
2020-06-08 20:04:01 +02:00 |
|
Carles Fernandez
|
299cb1a2ee
|
Remove usage of uninitialized variables in CMake scripts
Remove all warnings emitted by cmake --warn-uninitialized ..
|
2020-02-29 14:33:09 +01:00 |
|
Carles Fernandez
|
c6fc6eb020
|
Apply performance-type-promotion-in-math-fn fix.
Remove unused include, reorder header
|
2020-02-20 10:50:12 +01:00 |
|
Carles Fernandez
|
2ded19342f
|
Improve headers
|
2020-02-12 00:04:29 +01:00 |
|
Carles Fernandez
|
39f4adb058
|
Remove unused dependencies
|
2020-02-11 12:56:33 +01:00 |
|
Carles Fernandez
|
955348b080
|
Remove trailing underscore in header guards
|
2020-02-08 10:10:46 +01:00 |
|
Carles Fernandez
|
4d0d263280
|
Make the software package compliant with the REUSE Specification v3.0 (see https://reuse.software/spec/)
Update license headers to SPDX format (see https://spdx.org/)
Add license to all files
Add CI job in GitHub Actions to ensure compliance
|
2020-02-08 01:20:02 +01:00 |
|
Carles Fernandez
|
9023f19794
|
Use C++ comments for final #endif in headers
|
2020-01-26 22:23:22 +01:00 |
|
Carles Fernandez
|
abc12aaab3
|
Do not read use_CFAR_algorithm from configuration
Now it is just an internal flag not exposed to the configuration.
Added a control to ensure pfa and pfa2 are between 0.0 and 1.0
|
2019-11-24 12:18:21 +01:00 |
|
Carles Fernandez
|
f2a537e403
|
Remove old code from acquisition adapters
|
2019-11-24 11:33:32 +01:00 |
|
Carles Fernandez
|
e0f8bdd8cc
|
Fix initializations
|
2019-11-23 19:10:36 +01:00 |
|
Carles Fernandez
|
134ddd8561
|
Fix existing conf files using threshold instead of pfa
|
2019-11-17 12:24:03 +01:00 |
|
Carles Fernandez
|
c7866ef385
|
Remove unused private members, replace std::bind by lambdas, apply clang-tidy and clang-format
Fix position_test with default parameters
|
2019-11-16 18:00:04 +01:00 |
|
Cillian O'Driscoll
|
feab31ae6b
|
Reverted to gnss-sdr style naming for item_types
i8->byte
ic8->cbyte
...
fc32->gr_complex
|
2019-11-15 11:39:05 +00:00 |
|
Cillian O'Driscoll
|
3d27940b0a
|
Applied clang-format
|
2019-11-08 13:47:08 +00:00 |
|
Cillian O'Driscoll
|
6a969b1ea3
|
Fixes for crashing tests in acq_conf
|
2019-11-08 13:44:07 +00:00 |
|
Cillian O'Driscoll
|
3071aa1fcd
|
[WIP] Simplifying acquisition config
|
2019-11-08 13:44:07 +00:00 |
|
Carles Fernandez
|
c9e03557b7
|
Remove tabs
|
2019-10-05 03:16:31 +02:00 |
|
Marc Majoral
|
d20284fbc0
|
removed unused parameters
|
2019-10-02 15:25:46 +02:00 |
|
Carles Fernandez
|
e80122f4ff
|
Apply clang tidy checks and clang-format
|
2019-09-13 08:56:37 +02:00 |
|
Carles Fernandez
|
d4bb6e5731
|
Always have a space between // and comment
|
2019-08-18 22:16:13 +02:00 |
|
Carles Fernandez
|
3d146019dd
|
Apply modernize-redundant-void-arg clang-tidy fix
|
2019-08-14 02:14:29 +02:00 |
|
Carles Fernandez
|
d818aacde4
|
Avoid name clash with system macro in macOS
|
2019-07-26 13:22:11 +02:00 |
|
Carles Fernandez
|
d626ca1f88
|
Merge branch 'fpga_extended_coherent_integration' of https://github.com/mmajoral/gnss-sdr into mmajoral-fpga_extended_coherent_integration
|
2019-07-26 13:12:46 +02:00 |
|
Carles Fernandez
|
a4d6800e22
|
Update copyright year
Applied on files changed since last release
clang-format applied
|
2019-07-26 12:38:20 +02:00 |
|
Marc Majoral
|
48fe6086e4
|
updated the handling of the scoped_lock mutex in the fpga tracking loops + used clang-format.
|
2019-07-24 11:26:16 +02:00 |
|
Marc Majoral
|
f30d8a60ec
|
updated doxygen comments
|
2019-07-23 19:05:43 +02:00 |
|
Marc Majoral
|
6ee9fedd76
|
moved #defines to static consts + used clang-format + removed code that was commented out
|
2019-07-23 15:20:59 +02:00 |
|
Marc Majoral
|
d9d3696880
|
Merge branch 'next' of https://github.com/mmajoral/gnss-sdr into fpga_extended_coherent_integration
|
2019-07-22 17:53:26 +02:00 |
|
Carles Fernandez
|
be86771ede
|
Move default destructor to header file, so compiler can make a better job
|
2019-07-21 19:32:52 +02:00 |
|
Marc Majoral
|
8b0e170a56
|
applied clang-format
|
2019-07-19 11:55:53 +02:00 |
|
Marc Majoral
|
dd996bc2e2
|
Merge branch 'next' of https://github.com/mmajoral/gnss-sdr into fpga_extended_coherent_integration
|
2019-07-18 11:35:34 +02:00 |
|
Carles Fernandez
|
4adb05570a
|
Fix typos detected by codespell
|
2019-07-09 11:52:53 +02:00 |
|
Marc Majoral
|
c8ccd5ef91
|
Merge branch 'next' of https://github.com/mmajoral/gnss-sdr into fpga_extended_coherent_integration
|
2019-07-04 12:55:36 +02:00 |
|
Carles Fernandez
|
081439d6f8
|
Code cleaning
|
2019-07-02 17:48:00 +02:00 |
|
Marc Majoral
|
33d1115246
|
added support for extended coherent integration in the FPGA. The code still needs to be optimized and cleaned.
|
2019-06-18 18:22:01 +02:00 |
|
Marc Majoral
|
e1d01d3b97
|
Re-enable uio interrupts manually + do not enable interrupt generation at reset.
|
2019-05-13 16:30:01 +02:00 |
|
Marc Majoral
|
bf3f66278f
|
closed the acquisition device driver in the proper way + updated fpga block expponent.
|
2019-04-15 16:39:05 +02:00 |
|
Marc Majoral
|
7a06434928
|
removed unnecessary function in fpga_acquisition class
|
2019-04-12 15:16:31 +02:00 |
|
Marc Majoral
|
9f80eaf0ff
|
code cleanup
|
2019-04-12 11:36:30 +02:00 |
|
Marc Majoral
|
a628ad5906
|
removed FPGA dummy read
|
2019-04-12 10:03:57 +02:00 |
|
Marc Majoral
|
91f509abf9
|
write the code phase rate and the nco phase rate parameters in the FPGA
|
2019-04-10 11:31:34 +02:00 |
|
Marc Majoral
|
ff024e7292
|
cleaned unused code and added some comments.
|
2019-04-04 19:55:02 +02:00 |
|