1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-19 06:08:51 -04:00

New Jogdial Controller feature plugin. Implements #1088

This commit is contained in:
f4exb
2022-01-06 22:47:41 +01:00
parent 7142ef0b0d
commit 128dd03684
123 changed files with 3333 additions and 22 deletions
+1
View File
@@ -144,6 +144,7 @@ public:
DSPDeviceSourceEngine *getDeviceSourceEngine() { return m_deviceSourceEngine; }
DSPDeviceSinkEngine *getDeviceSinkEngine() { return m_deviceSinkEngine; }
DSPDeviceMIMOEngine *getDeviceMIMOEngine() { return m_deviceMIMOEngine; }
void addSourceBuddy(DeviceAPI* buddy);
void addSinkBuddy(DeviceAPI* buddy);