Accepts messages and inserts them into a message queue, then notifies subclass gr::basic_block there is a message pending. More...
#include <gnuradio/msg_accepter.h>
Public Member Functions | |
msg_accepter () | |
~msg_accepter () | |
void | post (pmt::pmt_t which_port, pmt::pmt_t msg) |
send msg to msg_accepter on port which_port More... | |
Accepts messages and inserts them into a message queue, then notifies subclass gr::basic_block there is a message pending.
gr::msg_accepter::msg_accepter | ( | ) |
|
virtual |
Reimplemented from gr::messages::msg_accepter.
|
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.
Implements gr::messages::msg_accepter.