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_edge Class Reference

Class representing a msg connection between to graph msg endpoints. More...

#include <gnuradio/flowgraph.h>

Public Member Functions

 msg_edge ()
 
 msg_edge (const msg_endpoint &src, const msg_endpoint &dst)
 
 ~msg_edge ()
 
const msg_endpointsrc () const
 
const msg_endpointdst () const
 

Detailed Description

Class representing a msg connection between to graph msg endpoints.

Constructor & Destructor Documentation

gr::msg_edge::msg_edge ( )
inline
gr::msg_edge::msg_edge ( const msg_endpoint src,
const msg_endpoint dst 
)
inline
gr::msg_edge::~msg_edge ( )
inline

Member Function Documentation

const msg_endpoint& gr::msg_edge::dst ( ) const
inline

Referenced by gr::operator<<().

const msg_endpoint& gr::msg_edge::src ( ) const
inline

Referenced by gr::operator<<().


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