Base class for frontends that act as streams of I/Q data. More...
#include <Frontend.h>
Public Member Functions | |
| void | setBackend (Ref< Backend > backend) |
| virtual void | run ()=0 |
| virtual void | stop () |
Protected Member Functions | |
| void | startStream () |
| void | endStream () |
| void | process (const vector< Complex > &data) |
Protected Attributes | |
| Ref< Backend > | backend_ |
| StreamInfo | streamInfo_ |
| DataInfo | dataInfo_ |
| bool | stopping_ |
Base class for frontends that act as streams of I/Q data.


1.8.4