diff options
Diffstat (limited to 'include/gnuradio/gr_hier_block2.h')
-rw-r--r-- | include/gnuradio/gr_hier_block2.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/gnuradio/gr_hier_block2.h b/include/gnuradio/gr_hier_block2.h index dd8fdae..7bf1ae9 100644 --- a/include/gnuradio/gr_hier_block2.h +++ b/include/gnuradio/gr_hier_block2.h @@ -39,4 +39,12 @@ struct GR_RUNTIME_API gr_hier_block2 : gnuradio::HierBlock }; +typedef boost::shared_ptr<gr_hier_block2> gr_hier_block2_sptr; + +GR_RUNTIME_API gr_hier_block2_sptr gr_make_hier_block2( + const std::string &name, + gr_io_signature_sptr input_signature, + gr_io_signature_sptr output_signature +); + #endif /*INCLUDED_GNURADIO_GR_HIER_BLOCK2_H*/ |