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 | Public Attributes | List of all members
AMBEEngine::AMBEController Struct Reference
+ Collaboration diagram for AMBEEngine::AMBEController:

Public Member Functions

 AMBEController ()
 

Public Attributes

QThread * thread
 
AMBEWorkerworker
 
std::string device
 

Detailed Description

Definition at line 64 of file ambeengine.h.

Constructor & Destructor Documentation

◆ AMBEController()

AMBEEngine::AMBEController::AMBEController ( )
inline

Definition at line 66 of file ambeengine.h.

66  :
67  thread(nullptr),
68  worker(nullptr)
69  {}

Member Data Documentation

◆ device

std::string AMBEEngine::AMBEController::device

Definition at line 73 of file ambeengine.h.

◆ thread

QThread* AMBEEngine::AMBEController::thread

Definition at line 71 of file ambeengine.h.

◆ worker

AMBEWorker* AMBEEngine::AMBEController::worker

Definition at line 72 of file ambeengine.h.


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