mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 00:14:49 -04:00
RxTx semantic move: renamed SampleSource to DeviceSampleSource
This commit is contained in:
@@ -17,8 +17,9 @@
|
||||
#ifndef INCLUDE_FCDINPUT_H
|
||||
#define INCLUDE_FCDINPUT_H
|
||||
|
||||
#include <dsp/devicesamplesource.h>
|
||||
|
||||
#include "fcdproplussettings.h"
|
||||
#include "dsp/samplesource.h"
|
||||
#include "fcdhid.h"
|
||||
#include <QString>
|
||||
#include <inttypes.h>
|
||||
@@ -31,7 +32,7 @@ struct fcd_buffer {
|
||||
class DeviceAPI;
|
||||
class FCDProPlusThread;
|
||||
|
||||
class FCDProPlusInput : public SampleSource {
|
||||
class FCDProPlusInput : public DeviceSampleSource {
|
||||
public:
|
||||
class MsgConfigureFCD : public Message {
|
||||
MESSAGE_CLASS_DECLARATION
|
||||
|
||||
Reference in New Issue
Block a user