GNU Radio 3.6.5 C++ API
|
#include <gr_flowgraph.h>
Public Member Functions | |
gr_msg_endpoint () | |
gr_msg_endpoint (gr_basic_block_sptr block, pmt::pmt_t port, bool is_hier=false) | |
gr_basic_block_sptr | block () const |
pmt::pmt_t | port () const |
bool | is_hier () const |
void | set_hier (bool h) |
bool | operator== (const gr_msg_endpoint &other) const |
gr_msg_endpoint::gr_msg_endpoint | ( | ) | [inline] |
gr_msg_endpoint::gr_msg_endpoint | ( | gr_basic_block_sptr | block, |
pmt::pmt_t | port, | ||
bool | is_hier = false |
||
) | [inline] |
gr_basic_block_sptr gr_msg_endpoint::block | ( | ) | const [inline] |
bool gr_msg_endpoint::is_hier | ( | ) | const [inline] |
bool gr_msg_endpoint::operator== | ( | const gr_msg_endpoint & | other | ) | const [inline] |
References pmt::pmt_equal().
pmt::pmt_t gr_msg_endpoint::port | ( | ) | const [inline] |
void gr_msg_endpoint::set_hier | ( | bool | h | ) | [inline] |