GNU Radio 3.7.1 C++ API
|
Class representing a specific input or output graph endpoint. More...
#include <flowgraph.h>
Public Member Functions | |
endpoint () | |
endpoint (basic_block_sptr block, int port) | |
basic_block_sptr | block () const |
int | port () const |
bool | operator== (const endpoint &other) const |
Class representing a specific input or output graph endpoint.
gr::endpoint::endpoint | ( | ) | [inline] |
gr::endpoint::endpoint | ( | basic_block_sptr | block, |
int | port | ||
) | [inline] |
basic_block_sptr gr::endpoint::block | ( | ) | const [inline] |
Referenced by gr::operator<<().
int gr::endpoint::port | ( | ) | const [inline] |
Referenced by gr::operator<<().