 |
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_MSGQ_H
12 #define INCLUDED_MSG_ACCEPTER_MSGQ_H
36 msg_queue_sptr
msg_queue()
const {
return d_msg_queue; }
msg_queue_sptr msg_queue() const
Definition: msg_accepter_msgq.h:36
msg_accepter_msgq(msg_queue_sptr msgq)
#define GR_RUNTIME_API
Definition: gnuradio-runtime/include/gnuradio/api.h:18
Concrete class that accepts messages and inserts them into a message queue.
Definition: msg_accepter_msgq.h:26
msg_queue_sptr d_msg_queue
Definition: msg_accepter_msgq.h:28
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
GR_RUNTIME_API const pmt::pmt_t msg()
virtual void post(pmt::pmt_t msg)
virtual ~msg_accepter_msgq()