GNU Radio 3.7.1 C++ API
gr::msg_edge Class Reference

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

#include <flowgraph.h>

List of all members.

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]

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: