1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-27 07:23:15 +00:00
gnss-sdr/src/algorithms/observables
Carles Fernandez 446b7cfbea
Improve constructors
Prefer initialization to assignment in constructors

Improves the readability of the code and performance

Easier detection of unused members

(see https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md\#Rc-initialize\)
2021-10-10 18:54:42 +02:00
..
adapters Parameterize the observables processing rate with the global configuration parameter GNSS-SDR.observable_interval_ms, set to 20 by default 2021-06-12 11:01:18 +02:00
gnuradio_blocks Improve constructors 2021-10-10 18:54:42 +02:00
libs Improve constructors 2021-10-10 18:54:42 +02:00
CMakeLists.txt Apply more concise file header format 2020-12-30 13:35:06 +01:00