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_ |
Base class for backend that take I/Q data and process them.


| Backend::Backend | ( | ) |
Constructor.
1.8.4