mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-24 02:54:54 +00:00
CI: fix cpplint job
This commit is contained in:
@@ -428,9 +428,9 @@ int gps_l1_ca_telemetry_decoder_gs::general_work(int noutput_items __attribute__
|
|||||||
current_symbol = in[0][0];
|
current_symbol = in[0][0];
|
||||||
if (d_symbol_history.empty())
|
if (d_symbol_history.empty())
|
||||||
{
|
{
|
||||||
//Tracking synchronizes the tlm bit boundaries by acquiring the preamble
|
// Tracking synchronizes the tlm bit boundaries by acquiring the preamble
|
||||||
//inserting the preamble to the new tracked satellite (history empty) before the first synchronized symbol
|
// inserting the preamble to the new tracked satellite (history empty) before the first synchronized symbol
|
||||||
//may speed up the tlm decoding by not discarding the first received frame
|
// may speed up the tlm decoding by not discarding the first received frame
|
||||||
for (int32_t i = 0; i < GPS_CA_PREAMBLE_LENGTH_BITS; i++)
|
for (int32_t i = 0; i < GPS_CA_PREAMBLE_LENGTH_BITS; i++)
|
||||||
{
|
{
|
||||||
if (current_symbol.Flag_PLL_180_deg_phase_locked == true)
|
if (current_symbol.Flag_PLL_180_deg_phase_locked == true)
|
||||||
|
|||||||
Reference in New Issue
Block a user