1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-04-04 17:57:03 +00:00

Adding galileo_almanac missing thread

This commit is contained in:
Carles Fernandez 2014-09-02 20:21:05 +02:00
parent 5c867e084e
commit f811640705

View File

@ -185,6 +185,7 @@ void ControlThread::run()
//Join Galileo threads
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_almanac_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