1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 16:34:45 -04:00

Improved GNU Radio plugin usability. Removed osmosdr completely from the build as it is superceded by GNU Radio

This commit is contained in:
f4exb
2015-05-18 02:18:33 +02:00
parent 695a1ca526
commit 26b9c324e7
14 changed files with 357 additions and 115 deletions
@@ -24,8 +24,6 @@
#include <gnuradio/sync_block.h>
#include <gnuradio/io_signature.h>
#include <iostream>
////////////////////////////////////////////////////////////////////////////////
class gr_adaptor;
@@ -130,7 +128,6 @@ void GnuradioThread::stopWork()
void GnuradioThread::run()
{
m_top = gr::make_top_block( "flowgraph" );
std::cerr << "GnuradioThread::run: " << m_args.toStdString() << std::endl;
m_src = osmosdr::source::make( m_args.toStdString() );
/* now since we've constructed our shared objects, we allow the calling