22#ifndef INCLUDED_MSG_ACCEPTER_H
23#define INCLUDED_MSG_ACCEPTER_H
27#include <boost/shared_ptr.hpp>
51typedef boost::shared_ptr<msg_accepter> msg_accepter_sptr;
Virtual base class that accepts messages.
Definition: messages/msg_accepter.h:36
virtual void post(pmt::pmt_t which_port, pmt::pmt_t msg)=0
send msg to msg_accepter on port which_port
msg_accepter()
Definition: messages/msg_accepter.h:38
#define GR_RUNTIME_API
Definition: gnuradio-runtime/include/gnuradio/api.h:30
static purpose_t msg
Definition: source_logger.h:39
Include this header to use the message passing features.
Definition: basic_block.h:45
boost::intrusive_ptr< pmt_base > pmt_t
typedef for shared pointer (transparent reference counting). See http://www.boost....
Definition: pmt.h:56