1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-07 02:33:03 +00:00

Sort data members in headers

This commit is contained in:
Carles Fernandez
2020-06-24 22:27:51 +02:00
parent 249ad7ae9b
commit df7c466de0
11 changed files with 200 additions and 189 deletions

View File

@@ -74,12 +74,12 @@ public:
private:
hybrid_observables_gs_sptr observables_;
bool dump_;
bool dump_mat_;
std::string dump_filename_;
std::string role_;
unsigned int in_streams_;
unsigned int out_streams_;
bool dump_;
bool dump_mat_;
};
#endif