1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-16 13:10:35 +00:00
gnss-sdr/src/algorithms
Carles Fernandez 90a539ed26
Avoid using cstdio header
See MISRA C++:2008, 27-0-1 - The stream input/output library <cstdio> shall not be used.
Replaced by filesystem library.
Avoid using cstring when it is easily replaced
2019-07-13 14:28:48 +02:00
..
acquisition Fix typos detected by codespell 2019-07-09 11:52:53 +02:00
channel Code cleaning 2019-07-02 17:48:00 +02:00
conditioner Sort includes: include what you use 2019-03-04 08:12:50 +01:00
data_type_adapter Write public interface first, then private members in class definitions 2019-07-01 23:44:42 +02:00
input_filter Fix comparison 2019-07-07 21:50:03 +02:00
libs Catch exception when using std::experimental 2019-07-13 12:29:06 +02:00
observables Make header file more readable. Remove unused private method interpolate_data() 2019-07-04 00:00:29 +02:00
PVT Avoid using cstdio header 2019-07-13 14:28:48 +02:00
resampler Write public interface first, then private members in class definitions 2019-07-01 23:44:42 +02:00
signal_generator Write public interface first, then private members in class definitions 2019-07-01 23:44:42 +02:00
signal_source Fix typos detected by codespell 2019-07-09 11:52:53 +02:00
telemetry_decoder bds: Add unified trk startegy to deliver 1 symbol per sample 2019-07-10 12:52:40 -05:00
tracking Avoid using cstdio header 2019-07-13 14:28:48 +02:00
CMakeLists.txt Use https instead of http in links when available 2018-05-13 22:49:11 +02:00