mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-07 07:50:32 +00:00
Reorder private members
This commit is contained in:
parent
79d516d4d4
commit
eeaf7fb73e
@ -128,11 +128,11 @@ private:
|
|||||||
std::string d_dump_filename;
|
std::string d_dump_filename;
|
||||||
std::ofstream d_dump_file;
|
std::ofstream d_dump_file;
|
||||||
rtk_t d_rtk{};
|
rtk_t d_rtk{};
|
||||||
|
nav_t d_nav_data{};
|
||||||
Monitor_Pvt d_monitor_pvt{};
|
Monitor_Pvt d_monitor_pvt{};
|
||||||
uint32_t d_type_of_rx;
|
uint32_t d_type_of_rx;
|
||||||
bool d_flag_dump_enabled;
|
bool d_flag_dump_enabled;
|
||||||
bool d_flag_dump_mat_enabled;
|
bool d_flag_dump_mat_enabled;
|
||||||
nav_t d_nav_data;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user