|
GNU Radio 3.6.5 C++ API
|
Turn received messages into a stream and tag them for UHD to send. More...
#include <message_burst_source.h>
Public Types | |
| typedef boost::shared_ptr < message_burst_source > | sptr |
Public Member Functions | |
| virtual gr_msg_queue_sptr | msgq () const =0 |
Static Public Member Functions | |
| static sptr | make (size_t itemsize, int msgq_limit) |
| static sptr | make (size_t itemsize, gr_msg_queue_sptr msgq) |
Turn received messages into a stream and tag them for UHD to send.
| static sptr gr::blocks::message_burst_source::make | ( | size_t | itemsize, |
| int | msgq_limit | ||
| ) | [static] |
| static sptr gr::blocks::message_burst_source::make | ( | size_t | itemsize, |
| gr_msg_queue_sptr | msgq | ||
| ) | [static] |
| virtual gr_msg_queue_sptr gr::blocks::message_burst_source::msgq | ( | ) | const [pure virtual] |
Implemented in gr::blocks::message_burst_source_impl.