mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-25 17:28:50 -05:00
Moved device sink and source APIs amd plugin interface back to sdrbase
This commit is contained in:
parent
f71803f58e
commit
06b346fef2
@ -40,10 +40,12 @@ set(sdrbase_SOURCES
|
||||
dsp/threadedbasebandsamplesink.cpp
|
||||
dsp/threadedbasebandsamplesource.cpp
|
||||
dsp/wfir.cpp
|
||||
|
||||
dsp/devicesamplesource.cpp
|
||||
dsp/devicesamplesink.cpp
|
||||
|
||||
device/devicesourceapi.cpp
|
||||
device/devicesinkapi.cpp
|
||||
|
||||
settings/preferences.cpp
|
||||
settings/preset.cpp
|
||||
settings/mainsettings.cpp
|
||||
@ -57,6 +59,8 @@ set(sdrbase_SOURCES
|
||||
util/samplesourceserializer.cpp
|
||||
util/simpleserializer.cpp
|
||||
#util/spinlock.cpp
|
||||
|
||||
plugin/plugininterface.cpp
|
||||
)
|
||||
|
||||
set(sdrbase_HEADERS
|
||||
@ -115,11 +119,14 @@ set(sdrbase_HEADERS
|
||||
dsp/threadedbasebandsamplesink.h
|
||||
dsp/threadedbasebandsamplesource.h
|
||||
dsp/wfir.h
|
||||
|
||||
dsp/devicesamplesource.h
|
||||
dsp/devicesamplesink.h
|
||||
|
||||
device/devicesourceapi.h
|
||||
device/devicesinkapi.h
|
||||
|
||||
plugin/plugininstancegui.h
|
||||
plugin/plugininterface.h
|
||||
|
||||
settings/preferences.h
|
||||
settings/preset.h
|
||||
|
@ -43,13 +43,10 @@ set(sdrgui_SOURCES
|
||||
dsp/spectrumscopecombovis.cpp
|
||||
dsp/spectrumscopengcombovis.cpp
|
||||
|
||||
device/devicesourceapi.cpp
|
||||
device/devicesinkapi.cpp
|
||||
device/deviceuiset.cpp
|
||||
|
||||
plugin/pluginapi.cpp
|
||||
plugin/pluginmanager.cpp
|
||||
plugin/plugininterface.cpp
|
||||
)
|
||||
|
||||
set(sdrgui_HEADERS
|
||||
@ -95,13 +92,10 @@ set(sdrgui_HEADERS
|
||||
dsp/spectrumscopecombovis.h
|
||||
dsp/spectrumscopengcombovis.h
|
||||
|
||||
device/devicesourceapi.h
|
||||
device/devicesinkapi.h
|
||||
device/deviceuiset.h
|
||||
|
||||
plugin/pluginapi.h
|
||||
plugin/pluginmanager.h
|
||||
plugin/plugininterface.h
|
||||
)
|
||||
|
||||
set(sdrgui_SOURCES
|
||||
|
Loading…
Reference in New Issue
Block a user