mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-17 23:55:15 +00:00
Added Galileo Almanac management
This commit is contained in:
@@ -178,6 +178,11 @@ private:
|
||||
*/
|
||||
void galileo_iono_data_collector();
|
||||
|
||||
/*
|
||||
* Blocking function that reads the galileo_almanac queue and updates the shared map, accessible from the PVT block
|
||||
*/
|
||||
void galileo_almanac_data_collector();
|
||||
|
||||
void apply_action(unsigned int what);
|
||||
std::shared_ptr<GNSSFlowgraph> flowgraph_;
|
||||
std::shared_ptr<ConfigurationInterface> configuration_;
|
||||
@@ -200,6 +205,7 @@ private:
|
||||
boost::thread galileo_ephemeris_data_collector_thread_;
|
||||
boost::thread galileo_utc_model_data_collector_thread_;
|
||||
boost::thread galileo_iono_data_collector_thread_;
|
||||
boost::thread galileo_almanac_data_collector_thread_;
|
||||
void keyboard_listener();
|
||||
|
||||
// default filename for assistance data
|
||||
|
||||
Reference in New Issue
Block a user