mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 12:10:34 +00:00
Merge branch 'mmajoral-init_nread_elements' into next
This commit is contained in:
commit
0db83f5dea
@ -372,8 +372,8 @@ void Ad9361FpgaSignalSource::run_DMA_process(const std::string &FreqBand, const
|
|||||||
std::vector<int8_t> input_samples2(MAX_INPUT_SAMPLES_TOTAL * 2);
|
std::vector<int8_t> input_samples2(MAX_INPUT_SAMPLES_TOTAL * 2);
|
||||||
std::vector<int8_t> input_samples_dma(MAX_INPUT_SAMPLES_TOTAL * 2 * 2);
|
std::vector<int8_t> input_samples_dma(MAX_INPUT_SAMPLES_TOTAL * 2 * 2);
|
||||||
|
|
||||||
int nread_elements;
|
int nread_elements = 0; // num bytes read from the file corresponding to frequency band 1
|
||||||
int nread_elements2;
|
int nread_elements2 = 0; // num bytes read from the file corresponding to frequency band 2
|
||||||
int file_completed = 0;
|
int file_completed = 0;
|
||||||
int num_transferred_bytes;
|
int num_transferred_bytes;
|
||||||
|
|
||||||
@ -392,7 +392,7 @@ void Ad9361FpgaSignalSource::run_DMA_process(const std::string &FreqBand, const
|
|||||||
//**************************************************************************
|
//**************************************************************************
|
||||||
int nsamples = 0;
|
int nsamples = 0;
|
||||||
|
|
||||||
while ((file_completed == 0))
|
while (file_completed == 0)
|
||||||
{
|
{
|
||||||
unsigned int dma_index = 0;
|
unsigned int dma_index = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user