GNU Radio Manual and C++ API Reference  3.7.4.1
The Free & Open Software Radio Ecosystem
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
gr::endpoint Class Reference

Class representing a specific input or output graph endpoint. More...

#include <gnuradio/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
 

Detailed Description

Class representing a specific input or output graph endpoint.

Constructor & Destructor Documentation

gr::endpoint::endpoint ( )
inline
gr::endpoint::endpoint ( basic_block_sptr  block,
int  port 
)
inline

Member Function Documentation

basic_block_sptr gr::endpoint::block ( ) const
inline

Referenced by gr::operator<<().

bool gr::endpoint::operator== ( const endpoint other) const
inline
int gr::endpoint::port ( ) const
inline

Referenced by gr::operator<<().


The documentation for this class was generated from the following file: