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 () override | |
| void | post (pmt::pmt_t which_port, pmt::pmt_t msg) override | 
| send msgtomsg_accepteron portwhich_port | |
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 | ( | ) | 
| 
 | overridevirtual | 
Reimplemented from gr::messages::msg_accepter.
| 
 | overridevirtual | 
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.