GNU Radio 3.4.0 C++ API
gr_block.h File Reference
#include <gr_basic_block.h>
Include dependency graph for gr_block.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gr_block
 The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed by creating a tree of hierarchical blocks, which at any level may also contain terminal nodes that actually implement signal processing functions. This is the base class for all such leaf nodes. More...

Typedefs

typedef std::vector
< gr_block_sptr
gr_block_vector_t
typedef std::vector
< gr_block_sptr >::iterator 
gr_block_viter_t

Functions

std::ostream & operator<< (std::ostream &os, const gr_block *m)

Typedef Documentation


Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const gr_block m 
)