 |
GNU Radio Manual and C++ API Reference
3.8.1.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
22 #ifndef INCLUDED_MSG_ACCEPTER_MSGQ_H
23 #define INCLUDED_MSG_ACCEPTER_MSGQ_H
47 msg_queue_sptr
msg_queue()
const {
return d_msg_queue; }
msg_queue_sptr msg_queue() const
Definition: msg_accepter_msgq.h:47
boost::shared_ptr< pmt_base > pmt_t
typedef for shared pointer (transparent reference counting). See http://www.boost....
Definition: pmt.h:96
#define GR_RUNTIME_API
Definition: gnuradio-runtime/include/gnuradio/api.h:30
Concrete class that accepts messages and inserts them into a message queue.
Definition: msg_accepter_msgq.h:36
msg_queue_sptr d_msg_queue
Definition: msg_accepter_msgq.h:39
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
Virtual base class that accepts messages.
Definition: messages/msg_accepter.h:35