1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-02-07 14:40:12 +00:00

Fixed GNSS Synchro Decimation

Signed-off-by: Jaxon Taylor <jt_3232@hotmail.com>
This commit is contained in:
Jaxon Taylor 2021-07-19 21:43:43 -05:00
parent 6289d920cc
commit c793ae9a77

View File

@ -84,11 +84,11 @@ int gnss_synchro_monitor::general_work(int noutput_items __attribute__((unused))
udp_sink_ptr->write_gnss_synchro(stocks); udp_sink_ptr->write_gnss_synchro(stocks);
// Reset count variable // Reset count variable
count = 0; count = 0;
}
}
// Consume the number of items for the input stream channel // Consume the number of items for the input stream channel
consume(channel_index, ninput_items[channel_index]); consume(channel_index, ninput_items[channel_index]);
} }
}
}
// Not producing any outputs // Not producing any outputs
return 0; return 0;