diff options
Diffstat (limited to 'include/gnuradio/top_block.hpp')
-rw-r--r-- | include/gnuradio/top_block.hpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/gnuradio/top_block.hpp b/include/gnuradio/top_block.hpp index 2981b04..09da0a5 100644 --- a/include/gnuradio/top_block.hpp +++ b/include/gnuradio/top_block.hpp @@ -60,12 +60,7 @@ struct GR_RUNTIME_API TopBlock : HierBlock * Run is for finite flow graph executions. * Mostly for testing purposes only. */ - void run(void) - { - this->start(); - this->stop(); - this->wait(); - } + void run(void); //! Start a flow graph execution (does not block) void start(void); |