1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-10 09:20:32 +00:00

ADD: cout on msg pvt_to_trk

This commit is contained in:
M.A.Gomez 2022-12-11 00:32:21 +00:00
parent f7aac29e1d
commit 3659c29182

View File

@ -2153,7 +2153,7 @@ int rtklib_pvt_gs::work(int noutput_items, gr_vector_const_void_star& input_item
trk_cmd_test->channel_id = gnss_observables_iter->second.Channel_ID;
this->message_port_pub(pmt::mp("pvt_to_trk"), pmt::make_any(trk_cmd_test));
d_last_sent_vtl_cmd_samplestamp_map[gnss_observables_iter->second.Channel_ID] = gnss_observables_iter->second.Tracking_sample_counter;
//std::cout << "msg pvt_to_trk sent.\n";
std::cout << "msg pvt_to_trk sent.\n";
}
else
{
@ -2177,7 +2177,7 @@ int rtklib_pvt_gs::work(int noutput_items, gr_vector_const_void_star& input_item
trk_cmd_test->channel_id = gnss_observables_iter->second.Channel_ID;
this->message_port_pub(pmt::mp("pvt_to_trk"), pmt::make_any(trk_cmd_test));
d_last_sent_vtl_cmd_samplestamp_map[gnss_observables_iter->second.Channel_ID] = gnss_observables_iter->second.Tracking_sample_counter;
//std::cout << "msg pvt_to_trk sent.\n";
std::cout << "msg pvt_to_trk sent.\n";
}
}
}