![]() |
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 <devicextrxshared.h>
Inheritance diagram for DeviceXTRXShared::ThreadInterface:Public Member Functions | |
| virtual void | startWork ()=0 |
| virtual void | stopWork ()=0 |
| virtual bool | isRunning ()=0 |
Definition at line 128 of file devicextrxshared.h.
|
pure virtual |
Implemented in XTRXInputThread, and XTRXOutputThread.
Referenced by XTRXOutput::suspendRxThread(), and XTRXInput::suspendTxThread().
Here is the caller graph for this function:
|
pure virtual |
Implemented in XTRXInputThread, and XTRXOutputThread.
Referenced by XTRXOutput::resumeRxThread(), and XTRXInput::resumeTxThread().
Here is the caller graph for this function:
|
pure virtual |
Implemented in XTRXInputThread, and XTRXOutputThread.
Referenced by XTRXOutput::suspendRxThread(), and XTRXInput::suspendTxThread().
Here is the caller graph for this function:
1.8.13