GNU Radio Manual and C++ API Reference 3.8.5.0
The Free & Open Software Radio Ecosystem
 
Loading...
Searching...
No Matches
block_gateway.h File Reference
#include <gnuradio/api.h>
#include <gnuradio/block.h>
#include <gnuradio/feval.h>
Include dependency graph for block_gateway.h:

Go to the source code of this file.

Classes

struct  gr::block_gw_message_type
 
class  gr::block_gateway
 

Namespaces

namespace  gr
 GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
 

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 }