#include </build/gnuradio-O4UjFN/gnuradio-3.7.5/gr-zeromq/lib/sub_source_impl.h>
Public Member Functions | |
| sub_source_impl (size_t itemsize, size_t vlen, char *address, int timeout) | |
| ~sub_source_impl () | |
| int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
| just like gr::block::general_work, only this arranges to call consume_each for you | |
Additional Inherited Members | |
Public Types inherited from gr::zeromq::sub_source | |
| typedef boost::shared_ptr < sub_source > | sptr |
Static Public Member Functions inherited from gr::zeromq::sub_source | |
| static sptr | make (size_t itemsize, size_t vlen, char *address, int timeout=100) |
| Return a shared_ptr to a new instance of gr::zeromq::sub_source. | |
Protected Types inherited from gr::basic_block | |
| enum | vcolor { WHITE, GREY, BLACK } |
Protected Member Functions inherited from gr::sync_block | |
| sync_block (void) | |
| sync_block (const std::string &name, gr::io_signature::sptr input_signature, gr::io_signature::sptr output_signature) | |
Protected Attributes inherited from gr::block | |
| std::vector< long > | d_max_output_buffer |
| std::vector< long > | d_min_output_buffer |
| gr::thread::mutex | d_setlock |
| gr::logger_ptr | d_logger |
| gr::logger_ptr | d_debug_logger |
| gr::zeromq::sub_source_impl::sub_source_impl | ( | size_t | itemsize, |
| size_t | vlen, | ||
| char * | address, | ||
| int | timeout | ||
| ) |
| gr::zeromq::sub_source_impl::~sub_source_impl | ( | ) |
|
virtual |
just like gr::block::general_work, only this arranges to call consume_each for you
The user must override work to define the signal processing code
Implements gr::sync_block.