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 <deviceplutosdrparams.h>
Public Member Functions | |
DevicePlutoSDRParams () | |
~DevicePlutoSDRParams () | |
bool | open (const std::string &serial) |
void | close () |
DevicePlutoSDRBox * | getBox () |
Private Attributes | |
DevicePlutoSDRBox * | m_box |
This structure refers to one physical device shared among parties (logical devices represented by the DeviceAPI with single Rx or Tx stream type). It allows storing information on the common resources in one place and is shared among participants. There is only one copy that is constructed by the first participant and destroyed by the last. A participant knows it is the first or last by checking the lists of buddies (Rx + Tx).
Definition at line 34 of file deviceplutosdrparams.h.
DevicePlutoSDRParams::DevicePlutoSDRParams | ( | ) |
Definition at line 22 of file deviceplutosdrparams.cpp.
DevicePlutoSDRParams::~DevicePlutoSDRParams | ( | ) |
Definition at line 27 of file deviceplutosdrparams.cpp.
void DevicePlutoSDRParams::close | ( | ) |
Definition at line 37 of file deviceplutosdrparams.cpp.
References m_box.
Referenced by PlutoSDROutput::closeDevice(), and PlutoSDRInput::closeDevice().
|
inline |
Definition at line 43 of file deviceplutosdrparams.h.
Referenced by PlutoSDROutput::applySettings(), PlutoSDRInput::applySettings(), PlutoSDROutput::closeDevice(), PlutoSDRInput::closeDevice(), PlutoSDROutput::fetchTemperature(), PlutoSDRInput::fetchTemperature(), PlutoSDROutput::getbbLPRange(), PlutoSDRInput::getbbLPRange(), PlutoSDRInput::getGain(), PlutoSDROutput::getLORange(), PlutoSDRInput::getLORange(), PlutoSDROutput::getRSSI(), PlutoSDRInput::getRSSI(), PlutoSDROutput::getTemperature(), PlutoSDRInput::getTemperature(), PlutoSDROutput::openDevice(), PlutoSDRInput::openDevice(), PlutoSDROutput::start(), and PlutoSDRInput::start().
bool DevicePlutoSDRParams::open | ( | const std::string & | serial | ) |
Definition at line 31 of file deviceplutosdrparams.cpp.
References DevicePlutoSDR::getDeviceFromSerial(), DevicePlutoSDR::instance(), and m_box.
Referenced by PlutoSDROutput::openDevice(), and PlutoSDRInput::openDevice().
|
private |
Definition at line 46 of file deviceplutosdrparams.h.