1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-15 07:55:26 -04:00

MIMO channels: added methods to the plugin system

This commit is contained in:
f4exb
2019-09-02 18:36:56 +02:00
parent 94c1b9a972
commit 8b5e71a1cc
5 changed files with 89 additions and 16 deletions
+4
View File
@@ -51,6 +51,10 @@ public:
void registerTxChannel(const QString& channelIdURI, const QString& channelId, PluginInterface* plugin);
ChannelRegistrations *getTxChannelRegistrations();
// MIMO Channel stuff
void registerMIMOChannel(const QString& channelIdURI, const QString& channelId, PluginInterface* plugin);
ChannelRegistrations *getMIMOChannelRegistrations();
// Sample Source stuff
void registerSampleSource(const QString& sourceName, PluginInterface* plugin);