mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-06 07:20:34 +00:00
Revert wrong commit
This commit is contained in:
parent
3abe944877
commit
04a16055ff
@ -369,7 +369,7 @@ int galileo_pcps_8ms_acquisition_cc::general_work(int noutput_items,
|
|||||||
d_state = 3; // Negative acquisition
|
d_state = 3; // Negative acquisition
|
||||||
}
|
}
|
||||||
|
|
||||||
consume_each(ninput_items[0]);
|
consume_each(1);
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@ -431,7 +431,9 @@ int pcps_acquisition_cc::general_work(int noutput_items,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
consume_each(ninput_items[0]);
|
consume_each(1);
|
||||||
|
|
||||||
|
DLOG(INFO) << "Done. Consumed 1 item.";
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@ -431,7 +431,9 @@ int pcps_acquisition_sc::general_work(int noutput_items,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
consume_each(ninput_items[0]);
|
consume_each(1);
|
||||||
|
|
||||||
|
DLOG(INFO) << "Done. Consumed 1 item.";
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@ -393,7 +393,7 @@ int pcps_cccwsr_acquisition_cc::general_work(int noutput_items,
|
|||||||
d_state = 3; // Negative acquisition
|
d_state = 3; // Negative acquisition
|
||||||
}
|
}
|
||||||
|
|
||||||
consume_each(ninput_items[0]);
|
consume_each(1);
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@ -521,7 +521,7 @@ int pcps_quicksync_acquisition_cc::general_work(int noutput_items,
|
|||||||
volk_free(in_temp_folded);
|
volk_free(in_temp_folded);
|
||||||
volk_free(in_1code);
|
volk_free(in_1code);
|
||||||
volk_free(corr_output);
|
volk_free(corr_output);
|
||||||
consume_each(ninput_items[0]);
|
consume_each(1);
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@ -391,7 +391,7 @@ int pcps_tong_acquisition_cc::general_work(int noutput_items,
|
|||||||
{
|
{
|
||||||
d_state = 3; // Negative acquisition
|
d_state = 3; // Negative acquisition
|
||||||
}
|
}
|
||||||
consume_each(ninput_items[0]);
|
consume_each(1);
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user