 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef INCLUDED_MSG_ACCEPTER_H
12 #define INCLUDED_MSG_ACCEPTER_H
40 typedef std::shared_ptr<msg_accepter> msg_accepter_sptr;
msg_accepter()
Definition: messages/msg_accepter.h:27
virtual void post(pmt::pmt_t which_port, pmt::pmt_t msg)=0
send msg to msg_accepter on port which_port
#define GR_RUNTIME_API
Definition: gnuradio-runtime/include/gnuradio/api.h:18
std::shared_ptr< pmt_base > pmt_t
typedef for shared pointer (transparent reference counting).
Definition: pmt.h:83
GNU Radio logging wrapper.
Definition: basic_block.h:29
Virtual base class that accepts messages.
Definition: messages/msg_accepter.h:25
GR_RUNTIME_API const pmt::pmt_t msg()