mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
Renamed MIMOSampleSink to MIMOChannel and include in build
This commit is contained in:
@@ -26,7 +26,7 @@ class DeviceSampleSink;
|
||||
class DeviceSampleMIMO;
|
||||
class BasebandSampleSink;
|
||||
class BasebandSampleSource;
|
||||
class MIMOSampleSink;
|
||||
class MIMOChannel;
|
||||
class ChannelAPI;
|
||||
class ChannelWebAPIAdapter;
|
||||
class DeviceWebAPIAdapter;
|
||||
@@ -137,14 +137,14 @@ public:
|
||||
|
||||
virtual PluginInstanceGUI* createMIMOChannelGUI(
|
||||
DeviceUISet *deviceUISet,
|
||||
MIMOSampleSink *mimoChannel) const
|
||||
MIMOChannel *mimoChannel) const
|
||||
{
|
||||
(void) deviceUISet;
|
||||
(void) mimoChannel;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
virtual MIMOSampleSink* createMIMOChannelBS(DeviceAPI *deviceAPI) const
|
||||
virtual MIMOChannel* createMIMOChannelBS(DeviceAPI *deviceAPI) const
|
||||
{
|
||||
(void) deviceAPI;
|
||||
return nullptr;
|
||||
|
||||
Reference in New Issue
Block a user