Classes | |
class | gr::blocks::annotator_1to1 |
1-to-1 stream annotator testing block. FOR TESTING PURPOSES ONLY. More... | |
class | gr::blocks::annotator_alltoall |
All-to-all stream annotator testing block. FOR TESTING PURPOSES ONLY. More... | |
class | gr::blocks::annotator_raw |
raw stream annotator testing block. More... | |
class | gr::blocks::message_debug |
Debug block for the message passing system. 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::random_pdu |
Sends a random PDU at intervals. More... | |
class | gr::blocks::tag_debug |
Bit bucket that prints out any tag received. More... | |
class | gr::blocks::test_tag_variable_rate_ff |
Used for testing tag propagation.This block resamples the stream by a factor that starts at 0.5 but varies around by some random walk. The relative rate of the block is initialized to 0.5 and the random number generator is seeded based on the time. For each input, if the random number is >= 0.5, the relative rate is increased by update_step ; otherwise, it is decreased by update_step . More... | |
class | gr::blocks::vector_sink< T > |
T sink that writes to a vector. More... | |