GNU Radio 3.6.4.1 C++ API
gr_msg_edge Class Reference

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

#include <gr_flowgraph.h>

Public Member Functions

 gr_msg_edge ()
 gr_msg_edge (const gr_msg_endpoint &src, const gr_msg_endpoint &dst)
 ~gr_msg_edge ()
const gr_msg_endpointsrc () const
const gr_msg_endpointdst () const

Detailed Description

Class representing a msg connection between to graph msg endpoints.

Constructor & Destructor Documentation

gr_msg_edge::gr_msg_edge ( )
inline
gr_msg_edge::gr_msg_edge ( const gr_msg_endpoint src,
const gr_msg_endpoint dst 
)
inline
gr_msg_edge::~gr_msg_edge ( )
inline

Member Function Documentation

const gr_msg_endpoint& gr_msg_edge::dst ( ) const
inline
const gr_msg_endpoint& gr_msg_edge::src ( ) const
inline

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