#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 | |
![]() | |
typedef boost::shared_ptr < sub_source > | sptr |
![]() | |
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. | |
![]() | |
enum | vcolor { WHITE, GREY, BLACK } |
![]() | |
sync_block (void) | |
sync_block (const std::string &name, gr::io_signature::sptr input_signature, gr::io_signature::sptr output_signature) | |
![]() | |
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.