Classes | |
class | gr::blocks::message_debug |
Debug block for the message passing system. 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_filter |
Propagates only pdus containing k=>v in meta. More... | |
class | gr::blocks::pdu_remove |
remove key k in pdu's meta field and pass on More... | |
class | gr::blocks::pdu_set |
Set k=>v in pdu's meta field and pass on. 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... | |