|
GNU Radio 3.6.5 C++ API
|
used by thread-per-block scheduler More...
#include <gr_tpb_detail.h>
Public Member Functions | |
| gr_tpb_detail () | |
| void | notify_upstream (gr_block_detail *d) |
| Called by us to tell all our upstream blocks that their output may have changed. | |
| void | notify_downstream (gr_block_detail *d) |
| Called by us to tell all our downstream blocks that their input may have changed. | |
| void | notify_neighbors (gr_block_detail *d) |
| Called by us to notify both upstream and downstream. | |
| void | notify_msg () |
| Called by pmt msg posters. | |
| void | clear_changed () |
| Called by us. | |
Public Attributes | |
| gruel::mutex | mutex |
| bool | input_changed |
| gruel::condition_variable | input_cond |
| bool | output_changed |
| gruel::condition_variable | output_cond |
used by thread-per-block scheduler
| gr_tpb_detail::gr_tpb_detail | ( | ) | [inline] |
| void gr_tpb_detail::clear_changed | ( | ) | [inline] |
Called by us.
| void gr_tpb_detail::notify_downstream | ( | gr_block_detail * | d | ) |
Called by us to tell all our downstream blocks that their input may have changed.
| void gr_tpb_detail::notify_msg | ( | ) | [inline] |
Called by pmt msg posters.
| void gr_tpb_detail::notify_neighbors | ( | gr_block_detail * | d | ) |
Called by us to notify both upstream and downstream.
| void gr_tpb_detail::notify_upstream | ( | gr_block_detail * | d | ) |
Called by us to tell all our upstream blocks that their output may have changed.