GNU Radio 3.2.2 C++ API

mb_endpoint Class Reference

Endpoint specification for connection. More...

#include <mb_endpoint.h>

List of all members.

Public Member Functions

 mb_endpoint ()
 mb_endpoint (const std::string &component_name, const std::string &port_name, mb_port_sptr port)
const std::string & component_name () const
const std::string & port_name () const
mb_port_sptr port () const
bool inside_of_relay_port_p () const
 Does this endpoint represent the inside of a relay port.
pmt_t incoming_message_set () const
pmt_t outgoing_message_set () const

Detailed Description

Endpoint specification for connection.


Constructor & Destructor Documentation

mb_endpoint::mb_endpoint ( ) [inline]
mb_endpoint::mb_endpoint ( const std::string &  component_name,
const std::string &  port_name,
mb_port_sptr  port 
) [inline]

Member Function Documentation

const std::string& mb_endpoint::component_name ( ) const [inline]
pmt_t mb_endpoint::incoming_message_set ( ) const
bool mb_endpoint::inside_of_relay_port_p ( ) const

Does this endpoint represent the inside of a relay port.

pmt_t mb_endpoint::outgoing_message_set ( ) const
mb_port_sptr mb_endpoint::port ( ) const [inline]
const std::string& mb_endpoint::port_name ( ) const [inline]

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