SDRAngel
4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
|
#include <deviceplutosdrshared.h>
Public Member Functions | |
virtual void | startWork ()=0 |
virtual void | stopWork ()=0 |
virtual void | setDeviceSampleRate (int sampleRate)=0 |
virtual bool | isRunning ()=0 |
Expose own samples processing thread control
Definition at line 37 of file deviceplutosdrshared.h.
|
pure virtual |
Implemented in PlutoSDROutputThread, and PlutoSDRInputThread.
|
pure virtual |
Implemented in PlutoSDROutputThread, and PlutoSDRInputThread.
|
pure virtual |
Implemented in PlutoSDROutputThread, and PlutoSDRInputThread.
Referenced by PlutoSDROutput::applySettings(), PlutoSDRInput::applySettings(), PlutoSDROutput::resumeBuddies(), and PlutoSDRInput::resumeBuddies().
|
pure virtual |
Implemented in PlutoSDROutputThread, and PlutoSDRInputThread.
Referenced by PlutoSDROutput::applySettings(), PlutoSDRInput::applySettings(), PlutoSDROutput::suspendBuddies(), and PlutoSDRInput::suspendBuddies().