GNU Radio 3.6.4.2 C++ API
|
#include <gr_top_block.h>
Public Member Functions | |
gr_top_block (void) | |
gr_top_block (const std::string &name) | |
long | unique_id (void) const |
std::string | name (void) const |
void | start (const size_t max_items) |
void | run (const size_t max_items) |
int | max_noutput_items (void) const |
void | set_max_noutput_items (int max_items) |
void | run (void) |
virtual void | start (void) |
virtual void | stop (void) |
virtual void | wait (void) |
void | lock (void) |
void | unlock (void) |
Public Attributes | |
long | _unique_id |
std::string | _name |
gr_top_block::gr_top_block | ( | const std::string & | name | ) |
void gr_top_block::lock | ( | void | ) | [inline] |
int gr_top_block::max_noutput_items | ( | void | ) | const |
std::string gr_top_block::name | ( | void | ) | const [inline] |
void gr_top_block::run | ( | const size_t | max_items | ) |
void gr_top_block::set_max_noutput_items | ( | int | max_items | ) |
void gr_top_block::start | ( | const size_t | max_items | ) |
virtual void gr_top_block::start | ( | void | ) | [virtual] |
virtual void gr_top_block::stop | ( | void | ) | [virtual] |
long gr_top_block::unique_id | ( | void | ) | const [inline] |
void gr_top_block::unlock | ( | void | ) | [inline] |
virtual void gr_top_block::wait | ( | void | ) | [virtual] |
std::string gr_top_block::_name |