GNU Radio 3.2.2 C++ API
|
Endpoint specification for connection. More...
#include <mb_endpoint.h>
Public Member Functions | |
mb_endpoint () | |
mb_endpoint (const std::string &component_name, const std::string &port_name, mb_port_sptr port) | |
const std::string & | component_name () const |
const std::string & | port_name () const |
mb_port_sptr | port () const |
bool | inside_of_relay_port_p () const |
Does this endpoint represent the inside of a relay port. | |
pmt_t | incoming_message_set () const |
pmt_t | outgoing_message_set () const |
Endpoint specification for connection.
mb_endpoint::mb_endpoint | ( | ) | [inline] |
mb_endpoint::mb_endpoint | ( | const std::string & | component_name, |
const std::string & | port_name, | ||
mb_port_sptr | port | ||
) | [inline] |
const std::string& mb_endpoint::component_name | ( | ) | const [inline] |
pmt_t mb_endpoint::incoming_message_set | ( | ) | const |
bool mb_endpoint::inside_of_relay_port_p | ( | ) | const |
Does this endpoint represent the inside of a relay port.
pmt_t mb_endpoint::outgoing_message_set | ( | ) | const |
mb_port_sptr mb_endpoint::port | ( | ) | const [inline] |
const std::string& mb_endpoint::port_name | ( | ) | const [inline] |