mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-06-04 23:54:08 +00:00
Adding galileo_almanac missing thread
This commit is contained in:
parent
5c867e084e
commit
f811640705
@ -185,6 +185,7 @@ void ControlThread::run()
|
|||||||
//Join Galileo threads
|
//Join Galileo threads
|
||||||
galileo_ephemeris_data_collector_thread_.timed_join(boost::posix_time::seconds(1));
|
galileo_ephemeris_data_collector_thread_.timed_join(boost::posix_time::seconds(1));
|
||||||
galileo_iono_data_collector_thread_.timed_join(boost::posix_time::seconds(1));
|
galileo_iono_data_collector_thread_.timed_join(boost::posix_time::seconds(1));
|
||||||
|
galileo_almanac_data_collector_thread_.timed_join(boost::posix_time::seconds(1));
|
||||||
galileo_utc_model_data_collector_thread_.timed_join(boost::posix_time::seconds(1));
|
galileo_utc_model_data_collector_thread_.timed_join(boost::posix_time::seconds(1));
|
||||||
|
|
||||||
//Join keyboard threads
|
//Join keyboard threads
|
||||||
|
Loading…
x
Reference in New Issue
Block a user