GNU Radio C++ API
|
Accepts messages and inserts them into a message queue, then notifies subclass gr_basic_block there is a message pending. More...
#include <gr_msg_accepter.h>
Public Member Functions | |
gr_msg_accepter () | |
~gr_msg_accepter () | |
void | post (pmt::pmt_t msg) |
send msg to msg_accepter | |
![]() | |
msg_accepter () | |
virtual | ~msg_accepter () |
Accepts messages and inserts them into a message queue, then notifies subclass gr_basic_block there is a message pending.
gr_msg_accepter::gr_msg_accepter | ( | ) |
gr_msg_accepter::~gr_msg_accepter | ( | ) |
|
virtual |
send msg
to msg_accepter
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.
Implements gruel::msg_accepter.