1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-27 06:38:23 +00:00
gnss-sdr/src/algorithms
Carles Fernandez f9911cbc3f
Fix lintian warning very-long-line-length-in-source-file (raised by Lintian v2.110.0)
Rationale:
The source file includes a line length that is well beyond the normally human made code line length.
This very long line length does not allow Lintian to do correctly some source file checks.
This line could also be the result of some text injected by a computer program, and thus could lead to FTBFS bugs.
Last but not least, long line in source code could be used to obfuscate the source code and to hide stuff like backdoors or security problems.
2021-10-29 14:26:55 +02:00
..
acquisition Fixes for clang-format 13 2021-10-18 18:18:57 +02:00
channel Remove wrong error message 2021-02-09 11:34:07 +01:00
conditioner Avoid segmentation faults if the SignalConditioner is not well defined in the configuration 2021-01-26 23:11:06 +01:00
data_type_adapter Improve source code readability 2021-10-27 19:46:54 +02:00
input_filter Remove unused member 2021-10-27 21:35:26 +02:00
libs Fix lintian warning very-long-line-length-in-source-file (raised by Lintian v2.110.0) 2021-10-29 14:26:55 +02:00
observables Add option to force the Observables block to always output Gnss_Synchro objects, not only when there is at least one valid observation 2021-10-22 15:40:17 +02:00
PVT Remove redundant fields in an_packet_t 2021-10-22 15:51:38 +02:00
resampler Apply more concise file header format 2020-12-30 13:35:06 +01:00
signal_generator Fixes for clang-format 13 2021-10-18 18:18:57 +02:00
signal_source Fix clang format 2021-10-23 14:19:36 +02:00
telemetry_decoder Fixes for clang-format 13 2021-10-18 18:18:57 +02:00
tracking Improve constructors: prefer member initializers to member initializations in the constructor body 2021-10-11 15:13:12 +02:00
CMakeLists.txt Apply more concise file header format 2020-12-30 13:35:06 +01:00