| Classes | |
| class | gr::blocks::check_lfsr_32k_s | 
| sink that checks if its input stream consists of a lfsr_32k sequence.  More... | |
| class | gr::blocks::copy | 
| output[i] = input[i]  More... | |
| class | gr::blocks::delay | 
| delay the input by a certain number of samples  More... | |
| class | gr::blocks::head | 
| stop after processing the first N items  More... | |
| class | gr::blocks::lfsr_32k_source_s | 
| LFSR pseudo-random source with period of 2^15 bits (2^11 shorts)  More... | |
| class | gr::blocks::nop | 
| Does nothing. Used for testing only.  More... | |
| class | gr::blocks::null_sink | 
| Bit bucket. Use as a termination point when a sink is required and we don't want to do anything real.  More... | |
| class | gr::blocks::null_source | 
| A source of zeros used mainly for testing.  More... | |
| class | gr::blocks::phase_shift | 
| This block will shift the incoming signal by the specified amount. Shift can be specified in either radians or degrees which is configurable in the constructor.  More... | |
| class | gr::blocks::selector | 
| output[output_index][i] = input[input_index][i]  More... | |
| class | gr::blocks::skiphead | 
| skips the first N items, from then on copies items to the output  More... | |
| class | gr::blocks::throttle | 
| throttle flow of samples such that the average rate does not exceed samples_per_sec.  More... | |
| class | gr::blocks::vector_source< T > | 
| Source that streams T items based on the input datavector.  More... | |