1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-31 11:19:18 +00:00

Fix gnss-sdr stop after completing a timestamp source processing

This commit is contained in:
Javier Arribas 2021-05-03 17:30:58 +02:00
parent 8ea476d2b8
commit 672edceec3

View File

@ -94,7 +94,8 @@ int Gnss_Sdr_Timestamp::work(int noutput_items,
{
if (read_next_timetag() == false)
{
return -1;
//std::cout << "End of TimeTag file reached!\n";
//return 0; //todo: find why return -1 does not stop gnss-sdr!
}
get_next_timetag = false;
}