mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2026-05-01 11:11:24 +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:
@@ -318,7 +318,7 @@ int galileo_e1b_telemetry_decoder_cc::general_work (int noutput_items, gr_vector
|
||||
if (d_nav.have_new_iono_and_GST()==true)
|
||||
{
|
||||
Galileo_Iono iono=d_nav.get_iono(); //notice that the read operation will clear the valid flag
|
||||
std::cout<<"New Galileo IONO model received for SV "<<d_satellite.get_PRN()<<std::endl;
|
||||
std::cout<<"New Galileo IONO model (and UTC) received for SV "<<d_satellite.get_PRN()<<std::endl;
|
||||
d_iono_queue->push(iono);
|
||||
}
|
||||
if (d_nav.have_new_utc_model()==true)
|
||||
|
||||
Reference in New Issue
Block a user