uhd: update includes

This commit is contained in:
Dimitri Stolnikov 2013-05-07 22:44:08 +02:00
parent 80b4ad2921
commit 52e1272ba5
3 changed files with 5 additions and 8 deletions

View File

@ -124,7 +124,7 @@ osmosdr_source_c_impl::osmosdr_source_c_impl (const std::string &args)
std::cerr << "gr-osmosdr "
<< GR_OSMOSDR_VERSION " (" GR_OSMOSDR_LIBVER ") "
<< "gnuradio " << gr_version() << std::endl;
std::cerr << "built-in device types: ";
std::cerr << "built-in source types: ";
BOOST_FOREACH(std::string dev_type, dev_types)
std::cerr << dev_type << " ";
std::cerr << std::endl << std::flush;
@ -164,7 +164,7 @@ osmosdr_source_c_impl::osmosdr_source_c_impl (const std::string &args)
#endif
#ifdef ENABLE_HACKRF
BOOST_FOREACH( std::string dev, hackrf_source_c::get_devices() )
dev_list.push_back( dev );
dev_list.push_back( dev );
#endif
// std::cerr << std::endl;
// BOOST_FOREACH( std::string dev, dev_list )

View File

@ -24,9 +24,7 @@
//#include <uhd/property_tree.hpp>
#include <gr_io_signature.h>
#include <osmosdr_arg_helpers.h>
#include "osmosdr_arg_helpers.h"
#include "uhd_source_c.h"

View File

@ -20,9 +20,8 @@
#ifndef UHD_SOURCE_C_H
#define UHD_SOURCE_C_H
#include <gr_hier_block2.h>
#include <gr_uhd_usrp_source.h>
#include <gnuradio/gr_hier_block2.h>
#include <gnuradio/gr_uhd_usrp_source.h>
#include "osmosdr_src_iface.h"