gr_basic_block.h File Reference

#include <gr_runtime_types.h>
#include <gr_sptr_magic.h>
#include <boost/enable_shared_from_this.hpp>
#include <string>

Include dependency graph for gr_basic_block.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gr_basic_block
 The abstract base class for all signal processing blocks.

Basic blocks are the bare abstraction of an entity that has a name and a set of inputs and outputs. These are never instantiated directly; rather, this is the abstract parent class of both gr_hier_block, which is a recursive container, and gr_block, which implements actual signal processing functions. More...


Typedefs

typedef std::vector
< gr_basic_block_sptr
gr_basic_block_vector_t
typedef std::vector
< gr_basic_block_sptr >
::iterator 
gr_basic_block_viter_t

Functions

bool operator< (gr_basic_block_sptr lhs, gr_basic_block_sptr rhs)
long gr_basic_block_ncurrently_allocated ()
std::ostream & operator<< (std::ostream &os, gr_basic_block_sptr basic_block)


Typedef Documentation


Function Documentation

long gr_basic_block_ncurrently_allocated (  ) 

bool operator< ( gr_basic_block_sptr  lhs,
gr_basic_block_sptr  rhs 
) [inline]

std::ostream& operator<< ( std::ostream &  os,
gr_basic_block_sptr  basic_block 
) [inline]


Generated on Thu Mar 5 09:01:33 2009 for GNU Radio 3.1.3 by  doxygen 1.5.8