Class representing a specific input or output graph endpoint.
More...
#include <gnuradio/flowgraph.h>
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 |
std::string gr::endpoint::identifier |
( |
| ) |
const |
|
inline |
bool gr::endpoint::operator== |
( |
const endpoint & |
other | ) |
const |
|
inline |
int gr::endpoint::port |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: