From 7a681a287d0b47b47a678c639f1205d047c64367 Mon Sep 17 00:00:00 2001 From: Javier Arribas Date: Sun, 1 Mar 2015 20:58:03 +0100 Subject: [PATCH] Debug output cleaning --- .../signal_source/adapters/uhd_signal_source.cc | 2 -- src/core/receiver/gnss_flowgraph.cc | 8 ++------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/src/algorithms/signal_source/adapters/uhd_signal_source.cc b/src/algorithms/signal_source/adapters/uhd_signal_source.cc index 5d1cd5e8e..aad3769f3 100644 --- a/src/algorithms/signal_source/adapters/uhd_signal_source.cc +++ b/src/algorithms/signal_source/adapters/uhd_signal_source.cc @@ -303,12 +303,10 @@ gr::basic_block_sptr UhdSignalSource::get_right_block(int RF_channel) //TODO: There is a incoherence here: Multichannel UHD is a single block with multiple outputs, but if the sample imit is enable, the output is a multiple block! if (samples_.at(RF_channel) != 0) { - std::cout<<"return valve!"<connect(sig_conditioner_.at(selected_signal_conditioner_ID)->get_right_block(), 0, channels_.at(i)->get_left_block(), 0); - std::cout << "Connect sig_conditioner_ "<GetSignalSource(configuration_, queue_,i)); //TODO: Create a class interface for SignalSources, derived from GNSSBlockInterface. //Include GetRFChannels in the interface to avoid read config parameters here //read the number of RF channels for each front-end RF_Channels=configuration_->property(sig_source_.at(i)->role() + ".RF_channels", 1); - std::cout<<"RF_Channels="<property(sig_source_.at(0)->role() + ".RF_channels", 0); - std::cout<<"RF_Channels="<