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::msg_endpoint Class Reference

#include <gnuradio/flowgraph.h>

Public Member Functions

 msg_endpoint ()
 
 msg_endpoint (basic_block_sptr block, pmt::pmt_t port, bool is_hier=false)
 
basic_block_sptr block () const
 
pmt::pmt_t port () const
 
bool is_hier () const
 
void set_hier (bool h)
 
bool operator== (const msg_endpoint &other) const
 

Constructor & Destructor Documentation

gr::msg_endpoint::msg_endpoint ( )
inline
gr::msg_endpoint::msg_endpoint ( basic_block_sptr  block,
pmt::pmt_t  port,
bool  is_hier = false 
)
inline

Member Function Documentation

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

Referenced by gr::operator<<().

bool gr::msg_endpoint::is_hier ( ) const
inline
bool gr::msg_endpoint::operator== ( const msg_endpoint other) const
inline

References pmt::equal().

pmt::pmt_t gr::msg_endpoint::port ( ) const
inline

Referenced by gr::operator<<().

void gr::msg_endpoint::set_hier ( bool  h)
inline

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