22 #ifndef INCLUDED_GR_MSG_ACCEPTER_H
23 #define INCLUDED_GR_MSG_ACCEPTER_H
#define GR_CORE_API
Definition: gr_core_api.h:30
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.
Definition: msg_accepter.h:33
Accepts messages and inserts them into a message queue, then notifies subclass gr_basic_block there i...
Definition: gr_msg_accepter.h:33
boost::intrusive_ptr< pmt_base > pmt_t
typedef for shared pointer (transparent reference counting). See http://www.boost.org/libs/smart_ptr/smart_ptr.htm
Definition: pmt.h:54