GNU Radio 3.7.3 C++ API
Collaboration diagram for Message Tools:

Classes

class  gr::blocks::message_burst_source
 Turn received messages into a stream and tag them for UHD to send. More...
 
class  gr::blocks::message_debug
 Debug block for the message passing system. More...
 
class  gr::blocks::message_sink
 Gather received items into messages and insert into msgq. More...
 
class  gr::blocks::message_source
 Turn received messages into a stream. More...
 
class  gr::blocks::message_strobe
 Send message at defined interval. More...
 
class  gr::blocks::message_strobe_random
 Send message at defined interval. More...
 
class  gr::blocks::pdu_to_tagged_stream
 Turns received PDUs into a tagged stream of items. More...
 
class  gr::blocks::random_pdu
 Sends a random PDU at intervals. More...
 
class  gr::blocks::tagged_stream_to_pdu
 Turns received stream data and tags into PDUs and sends them through a message port.The sent message is a PMT-pair (created by pmt::cons()). The first element is a dictionary containing all the tags. The second is a vector containing the actual data. More...
 

Detailed Description