GNU Radio Manual and C++ API Reference  3.10.9.1
The Free & Open Software Radio Ecosystem
Base classes for GR Blocks

All C++ blocks are derived from these base classes. More...

Classes

class  gr::block
 The abstract base class for all 'terminal' processing blocks. More...
 
class  gr::hier_block2
 Hierarchical container class for gr::block's and gr::hier_block2's. More...
 
class  gr::sync_block
 synchronous 1:1 input to output with history More...
 
class  gr::sync_decimator
 synchronous N:1 input to output with history More...
 
class  gr::sync_interpolator
 synchronous 1:N input to output with history More...
 
class  gr::tagged_stream_block
 Block that operates on PDUs in form of tagged streams. More...
 

Detailed Description

All C++ blocks are derived from these base classes.