GNU Radio 3.6.5 C++ API
|
Virtual base class that accepts messages. More...
#include <msg_accepter.h>
Public Member Functions | |
msg_accepter () | |
virtual | ~msg_accepter () |
virtual void | post (pmt::pmt_t which_port, pmt::pmt_t msg)=0 |
send msg to msg_accepter on port which_port |
Virtual base class that accepts messages.
gruel::msg_accepter::msg_accepter | ( | ) | [inline] |
virtual gruel::msg_accepter::~msg_accepter | ( | ) | [virtual] |
virtual void gruel::msg_accepter::post | ( | pmt::pmt_t | which_port, |
pmt::pmt_t | msg | ||
) | [pure virtual] |
send msg
to msg_accepter
on port which_port
Sending a message is an asynchronous operation. The post
call will not wait for the message either to arrive at the destination or to be received.
Implemented in gr_msg_accepter.
Referenced by gruel::send().