|
GNU Radio 3.6.5 C++ API
|
#include <and_const_bb_impl.h>
Public Member Functions | |
| and_const_bb_impl (unsigned char k) | |
| unsigned char | k () const |
| Return AND constant. | |
| void | set_k (unsigned char k) |
| Set AND constant. | |
| int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
| just like gr_block::general_work, only this arranges to call consume_each for you | |
| gr::blocks::and_const_bb_impl::and_const_bb_impl | ( | unsigned char | k | ) |
| unsigned char gr::blocks::and_const_bb_impl::k | ( | ) | const [inline, virtual] |
Return AND constant.
Implements gr::blocks::and_const_bb.
| void gr::blocks::and_const_bb_impl::set_k | ( | unsigned char | k | ) | [inline, virtual] |
Set AND constant.
Implements gr::blocks::and_const_bb.
| int gr::blocks::and_const_bb_impl::work | ( | int | noutput_items, |
| gr_vector_const_void_star & | input_items, | ||
| gr_vector_void_star & | output_items | ||
| ) | [virtual] |
just like gr_block::general_work, only this arranges to call consume_each for you
The user must override work to define the signal processing code
Implements gr_sync_block.