#include <gnuradio/api.h>
#include <gnuradio/high_res_timer.h>
#include <gnuradio/runtime_types.h>
#include <gnuradio/tags.h>
#include <gnuradio/tpb_detail.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 | |
GNU Radio logging wrapper for log4cpp library (C++ port of log4j) | |
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 () |