mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-23 02:24:53 +00:00
Mara Branzanti GSoC commit September 2th.
Galileo navigation queues git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@413 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
@@ -163,7 +163,12 @@ private:
|
||||
* \brief Blocking function that reads the Galileo ephemeris queue and updates the shared ephemeris map, accessible from the PVT block
|
||||
*/
|
||||
void galileo_ephemeris_data_collector();
|
||||
/*
|
||||
* \brief Blocking function that reads the UTC model queue and updates the shared map, accessible from the PVT block
|
||||
*/
|
||||
void galileo_utc_model_data_collector();
|
||||
|
||||
void galileo_iono_data_collector();
|
||||
|
||||
|
||||
void apply_action(unsigned int what);
|
||||
@@ -183,7 +188,8 @@ private:
|
||||
boost::thread gps_acq_assist_data_collector_thread_;
|
||||
|
||||
boost::thread galileo_ephemeris_data_collector_thread_;
|
||||
|
||||
boost::thread galileo_utc_model_data_collector_thread_;
|
||||
boost::thread galileo_iono_data_collector_thread_;
|
||||
void keyboard_listener();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user