diff options
author | Josh Blum | 2012-08-28 23:05:41 -0700 |
---|---|---|
committer | Josh Blum | 2012-08-28 23:05:41 -0700 |
commit | ac3857575c4c762f9a18ee18889740d4360a9aa8 (patch) | |
tree | 4526f5647f2e2d93c21d12ae3c524fb7991745b3 /include/gnuradio/top_block.hpp | |
parent | 4044977deba6d64124763836d875b4da2b70eeaf (diff) | |
download | sandhi-ac3857575c4c762f9a18ee18889740d4360a9aa8.tar.gz sandhi-ac3857575c4c762f9a18ee18889740d4360a9aa8.tar.bz2 sandhi-ac3857575c4c762f9a18ee18889740d4360a9aa8.zip |
token work w/ messages to implement finite runs
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); |