 |
GNU Radio Manual and C++ API Reference
3.10.5.1
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
#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:25
const GR_RUNTIME_API pmt::pmt_t msg()
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