1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-25 22:43:14 +00:00
gnss-sdr/src
Carles Fernandez 03e53477c7
Apply some mostly cosmetic changes
This is not so cosmetic: Moved init() chores from connect() to the constructor for consistency with other implementations. Not relevant here since files are not processed in real-time, but is it common practice in other blocks to set everything needed (and get all the resources) in the constructor, before connect()

Moved the constructor code to the top of the file, also for consistency with other files. This is an opinionated practice, I know, since one could expect the same order than in the header file.

Improved comment formatting for Doxygen

Added and removed some blank lines to match the style of other files (two blank lines within method implementations, no two consecutive blank lines inside the method. Again opinionated, but for the sake of consistency.

Included the <tuple> library (include what you use)
2021-02-17 22:07:22 +01:00
..
algorithms Apply some mostly cosmetic changes 2021-02-17 22:07:22 +01:00
core Fix building when using C++11 2021-02-17 09:43:05 +01:00
main Improve handling of the filesystem library 2021-01-16 14:37:19 +01:00
tests fix cast error 2021-02-15 17:15:38 -07:00
utils add signal_source_interface 2021-02-15 11:47:13 -07:00
CMakeLists.txt Apply more concise file header format 2020-12-30 13:35:06 +01:00