GNU Radio 3.6.4.1 C++ API
gr_msg_endpoint Class Reference

#include <gr_flowgraph.h>

List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

gr_msg_endpoint::gr_msg_endpoint ( )
inline
gr_msg_endpoint::gr_msg_endpoint ( gr_basic_block_sptr  block,
pmt::pmt_t  port,
bool  is_hier = false 
)
inline

Member Function Documentation

gr_basic_block_sptr gr_msg_endpoint::block ( ) const
inline
bool gr_msg_endpoint::is_hier ( ) const
inline
bool gr_msg_endpoint::operator== ( const gr_msg_endpoint other) const
inline

References pmt::pmt_equal().

pmt::pmt_t gr_msg_endpoint::port ( ) const
inline
void gr_msg_endpoint::set_hier ( bool  h)
inline

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