Frontend class that reads I/Q data from a WAV stream (file). More...
#include <WAVStream.h>
Public Member Functions | |
| WAVStream (Ref< Input > input) | |
| void | setBackend (Ref< Backend > backend) |
| virtual void | run () |
Public Member Functions inherited from Frontend | |
| void | setBackend (Ref< Backend > backend) |
| virtual void | stop () |
Additional Inherited Members | |
Protected Member Functions inherited from Frontend | |
| void | startStream () |
| void | endStream () |
| void | process (const vector< Complex > &data) |
Protected Attributes inherited from Frontend | |
| Ref< Backend > | backend_ |
| StreamInfo | streamInfo_ |
| DataInfo | dataInfo_ |
| bool | stopping_ |
Frontend class that reads I/Q data from a WAV stream (file).


| WAVStream::WAVStream | ( | Ref< Input > | input) |
Constructor.
1.8.4