Classes | |
class | i2c_bbio |
abstract class that implements bit banging i/o for i2c bus. More... | |
class | i2c_bbio_pp |
concrete class that bit bangs eval board i2c bus using parallel port More... | |
class | i2c_bitbang |
class for controlling i2c bus More... | |
class | microtune_xxxx |
abstract class for controlling microtune {4937,4702} tuner modules More... | |
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... | |
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... | |
class | gr_error_handler |
abstract error handler More... | |
class | gr_flat_flowgraph |
Class specializing gr_flat_flowgraph that has all nodes as gr_blocks, with no hierarchy. More... | |
class | gr_msg_handler |
abstract class of message handlers More... | |
class | gr_select_handler |
Abstract handler for select based notification. More... | |
class | gr_vmcircbuf |
abstract class to implement doubly mapped virtual memory circular buffers More... | |
class | gr_vmcircbuf_createfilemapping |
concrete class to implement circular buffers with mmap and shm_open More... | |
class | gr_vmcircbuf_mmap_shm_open |
concrete class to implement circular buffers with mmap and shm_open More... | |
class | gr_vmcircbuf_mmap_tmpfile |
concrete class to implement circular buffers with mmap and shm_open More... | |
class | gr_vmcircbuf_sysv_shm |
concrete class to implement circular buffers with mmap and shm_open More... |