GNU Radio C++ API
msg_passing.h File Reference
#include <gruel/api.h>
#include <gruel/pmt.h>
#include <gruel/msg_accepter.h>
Include dependency graph for msg_passing.h:

Go to the source code of this file.

Namespaces

 gruel
 Include this header to use the message passing features.
 

Constant Groups

 gruel
 Include this header to use the message passing features.
 

Functions

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