GNU Radio 3.6.5 C++ API

gr_tpb_thread_body Class Reference

The body of each thread-per-block thread. More...

#include <gr_tpb_thread_body.h>

List of all members.

Public Member Functions

 gr_tpb_thread_body (gr_block_sptr block, int max_noutput_items=100000)
 ~gr_tpb_thread_body ()

Detailed Description

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.


Constructor & Destructor Documentation

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 ( )

The documentation for this class was generated from the following file: