GNU Radio 3.7.2 C++ API
|
#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>
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 () |