GNU Radio 3.7.1 C++ API
|
Class representing a msg connection between to graph msg endpoints. More...
#include <flowgraph.h>
Public Member Functions | |
msg_edge () | |
msg_edge (const msg_endpoint &src, const msg_endpoint &dst) | |
~msg_edge () | |
const msg_endpoint & | src () const |
const msg_endpoint & | dst () const |
Class representing a msg connection between to graph msg endpoints.
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] |
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<<().