11#ifndef INCLUDED_GR_RUNTIME_MSG_ACCEPTER_H 
   12#define INCLUDED_GR_RUNTIME_MSG_ACCEPTER_H 
Virtual base class that accepts messages.
Definition messages/msg_accepter.h:25
 
Accepts messages and inserts them into a message queue, then notifies subclass gr::basic_block there ...
Definition msg_accepter.h:25
 
void post(pmt::pmt_t which_port, pmt::pmt_t msg) override
send msg to msg_accepter on port which_port
 
#define GR_RUNTIME_API
Definition gnuradio-runtime/include/gnuradio/api.h:18
 
GNU Radio logging wrapper.
Definition basic_block.h:29
 
std::shared_ptr< pmt_base > pmt_t
typedef for shared pointer (transparent reference counting).
Definition pmt.h:83