GNU Radio Manual and C++ API Reference  3.7.4.1
The Free & Open Software Radio Ecosystem
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
block_detail.h File Reference
#include <gnuradio/api.h>
#include <gnuradio/runtime_types.h>
#include <gnuradio/tpb_detail.h>
#include <gnuradio/tags.h>
#include <gnuradio/high_res_timer.h>
#include <stdexcept>
Include dependency graph for block_detail.h:

Go to the source code of this file.

Classes

class  gr::block_detail
 Implementation details to support the signal processing abstractionThis class contains implementation detail that should be "out of sight" of almost all users of GNU Radio. This decoupling also means that we can make changes to the guts without having to recompile everything. More...
 

Namespaces

 gr
 Include this header to use the message passing features.
 

Functions

GR_RUNTIME_API block_detail_sptr gr::make_block_detail (unsigned int ninputs, unsigned int noutputs)
 
GR_RUNTIME_API long gr::block_detail_ncurrently_allocated ()