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
msg_passing.h File Reference
Include dependency graph for msg_passing.h:

Go to the source code of this file.

Namespaces

 gr
 Include this header to use the message passing features.
 
 gr::messages
 

Functions

static pmt::pmt_t gr::messages::send (msg_accepter_sptr accepter, const pmt::pmt_t &which_port, const pmt::pmt_t &msg)
 send message to msg_accepter More...
 
static pmt::pmt_t gr::messages::send (msg_accepter *accepter, const pmt::pmt_t &which_port, const pmt::pmt_t &msg)
 send message to msg_accepter More...
 
static pmt::pmt_t gr::messages::send (msg_accepter &accepter, const pmt::pmt_t &which_port, const pmt::pmt_t &msg)
 send message to msg_accepter More...
 
static pmt::pmt_t gr::messages::send (pmt::pmt_t accepter, const pmt::pmt_t &which_port, const pmt::pmt_t &msg)
 send message to msg_accepter More...