mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2026-09-23 09:28:52 +00:00
Apply and add clang-tidy ckecks readability-make-member-function-const and readability-qualified-auto
This commit is contained in:
@@ -137,7 +137,7 @@ private:
|
||||
/*
|
||||
* Blocking function that reads the GPS assistance queue
|
||||
*/
|
||||
void gps_acq_assist_data_collector();
|
||||
void gps_acq_assist_data_collector() const;
|
||||
|
||||
/*
|
||||
* Compute elevations for the specified time and position for all the available satellites in ephemeris and almanac queues
|
||||
|
||||
Reference in New Issue
Block a user