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...
#include <gr_block_detail.h>
List of all members.
Detailed Description
Implementation details to support the signal processing abstraction
This 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.
Constructor & Destructor Documentation
gr_block_detail::~gr_block_detail |
( |
|
) |
|
Member Function Documentation
void gr_block_detail::_post |
( |
pmt::pmt_t |
msg |
) |
|
Accept msg, place in queue, arrange for thread to be awakened if it's not already.
void gr_block_detail::consume |
( |
int |
which_input, |
|
|
int |
how_many_items | |
|
) |
| | |
Tell the scheduler how_many_items
of input stream which_input
were consumed.
void gr_block_detail::consume_each |
( |
int |
how_many_items |
) |
|
Tell the scheduler how_many_items
were consumed on each input stream.
bool gr_block_detail::done |
( |
|
) |
const [inline] |
int gr_block_detail::ninputs |
( |
|
) |
const [inline] |
int gr_block_detail::noutputs |
( |
|
) |
const [inline] |
gr_buffer_sptr gr_block_detail::output |
( |
unsigned int |
which |
) |
[inline] |
void gr_block_detail::produce |
( |
int |
which_output, |
|
|
int |
how_many_items | |
|
) |
| | |
Tell the scheduler how_many_items
were produced on output stream which_output
.
void gr_block_detail::produce_each |
( |
int |
how_many_items |
) |
|
Tell the scheduler how_many_items
were produced on each output stream.
void gr_block_detail::set_done |
( |
bool |
done |
) |
|
void gr_block_detail::set_output |
( |
unsigned int |
which, |
|
|
gr_buffer_sptr |
buffer | |
|
) |
| | |
bool gr_block_detail::sink_p |
( |
|
) |
const [inline] |
bool gr_block_detail::source_p |
( |
|
) |
const [inline] |
Friends And Related Function Documentation
Member Data Documentation
The documentation for this class was generated from the following file: