1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-12-03 15:18:08 +00:00

set up the receiver to work with the FPGA

This commit is contained in:
mmajoral
2017-05-05 17:08:49 +02:00
parent 2ee29af3bd
commit 28058000de
5 changed files with 27 additions and 55 deletions

View File

@@ -94,6 +94,7 @@ private:
std::shared_ptr<TelemetryDecoderInterface> nav_;
std::string role_;
std::string implementation_;
bool flag_enable_fpga;
unsigned int channel_;
Gnss_Synchro gnss_synchro_;
Gnss_Signal gnss_signal_;