GNU Radio 3.5.1 C++ API
|
The body of each thread-per-block thread. More...
#include <gr_tpb_thread_body.h>
Public Member Functions | |
gr_tpb_thread_body (gr_block_sptr block, int max_noutput_items=100000) | |
~gr_tpb_thread_body () |
The body of each thread-per-block thread.
One of these is instantiated in its own thread for each block. The constructor turns into the main loop which returns when the block is done or is interrupted.
gr_tpb_thread_body::gr_tpb_thread_body | ( | gr_block_sptr | block, |
int | max_noutput_items = 100000 |
||
) |
gr_tpb_thread_body::~gr_tpb_thread_body | ( | ) |