mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-10-30 06:52:58 +00:00
Added GNURadio 3.4.2 and Ubuntu 11.10 compatibility. Environment variable GNURADIO_330_ROOT is now generic GNURADIO_ROOT
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@85 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
#include <boost/thread/thread.hpp>
|
||||
|
||||
#include <gnuradio/gr_io_signature.h>
|
||||
#include <gnuradio/gr_message.h>
|
||||
|
||||
@@ -121,7 +121,10 @@ Usrp1SignalSource::Usrp1SignalSource(ConfigurationInterface* configuration,
|
||||
db_base_sptr subdev = usrp_source_->selected_subdev(usrp_subdev_spec(
|
||||
spec_side_, spec_subdev_));
|
||||
|
||||
DLOG(INFO) << "Subdevice name is " << subdev->side_and_name();
|
||||
/*!
|
||||
* The function side_and_name does not work on gnuradio 3.4.2..
|
||||
* DLOG(INFO) << "Subdevice name is " << subdev->side_and_name();
|
||||
*/
|
||||
DLOG(INFO) << "Subdevice frequency ranges from " << subdev->freq_min()
|
||||
<< " to " << subdev->freq_max();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user