|
GNU Radio 3.7.1 C++ API
|
Turn received messages into a stream. More...
#include <message_source.h>

Public Types | |
| typedef boost::shared_ptr < message_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=0) |
| static sptr | make (size_t itemsize, gr::msg_queue::sptr msgq) |
| static sptr | make (size_t itemsize, gr::msg_queue::sptr msgq, const std::string &lengthtagname) |
Turn received messages into a stream.
| static sptr gr::blocks::message_source::make | ( | size_t | itemsize, |
| int | msgq_limit = 0 |
||
| ) | [static] |
| static sptr gr::blocks::message_source::make | ( | size_t | itemsize, |
| gr::msg_queue::sptr | msgq | ||
| ) | [static] |
| static sptr gr::blocks::message_source::make | ( | size_t | itemsize, |
| gr::msg_queue::sptr | msgq, | ||
| const std::string & | lengthtagname | ||
| ) | [static] |
| virtual gr::msg_queue::sptr gr::blocks::message_source::msgq | ( | ) | const [pure virtual] |