GNU Radio 3.6.5 C++ API

Miscellaneous

Classes

class  gr_pa_2x2_phase_combiner
 pa_2x2 phase combinerAnntenas are arranged like this: 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
 copies the first N items to the output then signals done 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::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_b
 source of unsigned char's that gets its data from a vector More...
class  gr::blocks::vector_source_c
 source of gr_complex's that gets its data from a vector More...
class  gr::blocks::vector_source_f
 source of float's that gets its data from a vector More...
class  gr::blocks::vector_source_i
 source of int's that gets its data from a vector More...
class  gr::blocks::vector_source_s
 source of short's that gets its data from a vector More...