mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 10:05:46 -05:00
PlutoSDR in[ut: correction of compilation errors
This commit is contained in:
parent
5a27ca7746
commit
464f356340
@ -14,7 +14,11 @@
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>. //
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
#include "dsp/filerecord.h"
|
||||
#include "device/devicesourceapi.h"
|
||||
#include "device/devicesinkapi.h"
|
||||
|
||||
#include "plutosdrinput.h"
|
||||
|
||||
@ -41,6 +45,7 @@ PlutoSDRInput::~PlutoSDRInput()
|
||||
|
||||
bool PlutoSDRInput::start()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
void PlutoSDRInput::stop()
|
||||
@ -74,6 +79,8 @@ bool PlutoSDRInput::handleMessage(const Message& message)
|
||||
} else {
|
||||
m_fileSink->stopRecording();
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -20,6 +20,7 @@
|
||||
#include <QString>
|
||||
|
||||
#include <dsp/devicesamplesource.h>
|
||||
#include "util/message.h"
|
||||
|
||||
#include "plutosdrinputsettings.h"
|
||||
|
||||
|
@ -18,6 +18,7 @@
|
||||
#define _PLUTOSDR_PLUTOSDRINPUTSETTINGS_H_
|
||||
|
||||
#include <QtGlobal>
|
||||
#include <stdint.h>
|
||||
|
||||
struct PlutoSDRInputSettings {
|
||||
typedef enum {
|
||||
|
Loading…
Reference in New Issue
Block a user