summaryrefslogtreecommitdiff
path: root/include/gras/top_block.hpp
diff options
context:
space:
mode:
authorJosh Blum2013-02-22 00:39:31 -0800
committerJosh Blum2013-02-22 00:39:31 -0800
commit875d8fc1a2a1d6fc8bea8e42813a5fd9cd470fc5 (patch)
tree9274e163123791d95fa4ef93935599af0510c905 /include/gras/top_block.hpp
parent1ebb3a5b0c07db01af2d99c80032d88f3b5c28a3 (diff)
downloadsandhi-875d8fc1a2a1d6fc8bea8e42813a5fd9cd470fc5.tar.gz
sandhi-875d8fc1a2a1d6fc8bea8e42813a5fd9cd470fc5.tar.bz2
sandhi-875d8fc1a2a1d6fc8bea8e42813a5fd9cd470fc5.zip
gras: rename start/stop to notify interfaces
also moved backwards compat interfaces out the gnuradio commit is updated for this
Diffstat (limited to 'include/gras/top_block.hpp')
-rw-r--r--include/gras/top_block.hpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/gras/top_block.hpp b/include/gras/top_block.hpp
index 2f0dc87..fadcefa 100644
--- a/include/gras/top_block.hpp
+++ b/include/gras/top_block.hpp
@@ -77,18 +77,6 @@ struct GRAS_API TopBlock : HierBlock
*/
virtual bool wait(const double timeout);
- //! Deprecated
- void start(const size_t max_items);
-
- //! Deprecated
- void run(const size_t max_items);
-
- //! Deprecated
- int max_noutput_items(void) const;
-
- //! Deprecated
- void set_max_noutput_items(int max_items);
-
};
} //namespace gras