GNU Radio Manual and C++ API Reference  3.7.13.4
The Free & Open Software Radio Ecosystem
block_gateway.h File Reference
#include <gnuradio/api.h>
#include <gnuradio/block.h>
#include <gnuradio/feval.h>

Go to the source code of this file.

Classes

struct  gr::block_gw_message_type
 
class  gr::block_gateway
 

Namespaces

 gr
 Include this header to use the message passing features.
 

Enumerations

enum  gr::block_gw_work_type { gr::GR_BLOCK_GW_WORK_GENERAL, gr::GR_BLOCK_GW_WORK_SYNC, gr::GR_BLOCK_GW_WORK_DECIM, gr::GR_BLOCK_GW_WORK_INTERP }
 
enum  gr::block_gw_work_return_type { gr::WORK_CALLED_PRODUCE = -2, gr::WORK_DONE = -1 }
 Magic return values from general_work, gr::block::WORK_CALLED_PRODUCE. More...
 
enum  gr::tag_propagation_policy_t { gr::TPP_DONT = 0, gr::TPP_ALL_TO_ALL = 1, gr::TPP_ONE_TO_ONE = 2, gr::TPP_CUSTOM = 3 }