waterfall  0.2dev
 All Classes Files Functions Variables Enumerations Enumerator Pages
Public Member Functions | Protected Attributes | List of all members
Backend Class Referenceabstract

Base class for backend that take I/Q data and process them. More...

#include <Backend.h>

Public Member Functions

 Backend ()
 
StreamInfo getStreamInfo () const
 Return the stream information passed to the backend through startStream().
 
virtual void startStream (StreamInfo info)
 
virtual void process (const vector< Complex > &data, DataInfo info)=0
 
virtual void endStream ()
 

Protected Attributes

StreamInfo streamInfo_
 

Detailed Description

Base class for backend that take I/Q data and process them.

Inheritance diagram for Backend:
Inheritance graph
[legend]
Collaboration diagram for Backend:
Collaboration graph
[legend]

Constructor & Destructor Documentation

Backend::Backend ( )

Constructor.


The documentation for this class was generated from the following files: