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.
Public Member Functions | List of all members
DeviceXTRXShared::ThreadInterface Class Referenceabstract

#include <devicextrxshared.h>

+ Inheritance diagram for DeviceXTRXShared::ThreadInterface:

Public Member Functions

virtual void startWork ()=0
 
virtual void stopWork ()=0
 
virtual bool isRunning ()=0
 

Detailed Description

Definition at line 128 of file devicextrxshared.h.

Member Function Documentation

◆ isRunning()

virtual bool DeviceXTRXShared::ThreadInterface::isRunning ( )
pure virtual

Implemented in XTRXInputThread, and XTRXOutputThread.

Referenced by XTRXOutput::suspendRxThread(), and XTRXInput::suspendTxThread().

+ Here is the caller graph for this function:

◆ startWork()

virtual void DeviceXTRXShared::ThreadInterface::startWork ( )
pure virtual

Implemented in XTRXInputThread, and XTRXOutputThread.

Referenced by XTRXOutput::resumeRxThread(), and XTRXInput::resumeTxThread().

+ Here is the caller graph for this function:

◆ stopWork()

virtual void DeviceXTRXShared::ThreadInterface::stopWork ( )
pure virtual

Implemented in XTRXInputThread, and XTRXOutputThread.

Referenced by XTRXOutput::suspendRxThread(), and XTRXInput::suspendTxThread().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: