mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-08 11:13:03 +00:00
started tracking pull-in test implementation for the FPGA
This commit is contained in:
@@ -74,6 +74,7 @@ public:
|
||||
*/
|
||||
void set_doppler_max(uint32_t doppler_max)
|
||||
{
|
||||
//printf("acq lib set doppler max called\n");
|
||||
d_doppler_max = doppler_max;
|
||||
}
|
||||
|
||||
@@ -83,6 +84,7 @@ public:
|
||||
*/
|
||||
void set_doppler_step(uint32_t doppler_step)
|
||||
{
|
||||
//printf("acq lib set doppler step called\n");
|
||||
d_doppler_step = doppler_step;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user