|
GNU Radio 3.6.5 C++ API
|
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_endpoint & | src () const |
| const gr_msg_endpoint & | dst () const |
Class representing a msg connection between to graph msg endpoints.
| 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] |
| const gr_msg_endpoint& gr_msg_edge::dst | ( | ) | const [inline] |
| const gr_msg_endpoint& gr_msg_edge::src | ( | ) | const [inline] |