f4exb
|
d59d2a2372
|
LimeSDR: use more meaningful names for messages to buddies
|
2017-09-18 00:08:28 +02:00 |
|
f4exb
|
a714e12387
|
HackRF: effective Rx-Tx frequency linking
|
2017-09-18 00:01:29 +02:00 |
|
f4exb
|
3ac8af3024
|
Fixed issue #62: the buddies list must be cleared AFTER the source or sink is deleted.
|
2017-09-17 23:23:07 +02:00 |
|
f4exb
|
a353c7a226
|
Merge branch 'master' into dev
|
2017-09-17 17:43:00 +02:00 |
|
f4exb
|
d0b192d863
|
Merge pull request #60 from FFY00/patch-1
Fix LimeSuite cmake command
|
2017-09-17 17:40:45 +02:00 |
|
f4exb
|
512900d98c
|
Finalized the new source/sink GUI messaging scheme
|
2017-09-17 17:35:03 +02:00 |
|
f4exb
|
2af1f56fea
|
SDRdaemon input: fixed reporting to the GUI. Device sample source: cleanup
|
2017-09-17 02:02:41 +02:00 |
|
f4exb
|
31ad75a405
|
Make the DSP source engine forward messages to own source input GUI message queue. Implementation in all sources
|
2017-09-17 01:23:54 +02:00 |
|
f4exb
|
dc45452a76
|
Make the DSP source engine forward messages to own source input GUI message queue. Example of handling with SDRplay
|
2017-09-17 00:06:09 +02:00 |
|
f4exb
|
c83b6e61d5
|
Implemented connection from device sample source/sink to GUI input message queue
|
2017-09-16 23:44:00 +02:00 |
|
f4exb
|
2b4f8a0f55
|
Implemented GUI input message queue and interface
|
2017-09-16 22:23:31 +02:00 |
|
Filipe Laíns
|
b9f6b52aaf
|
Fix LimeSuite cmake command
|
2017-09-16 15:39:41 +01:00 |
|
f4exb
|
9dd99a4530
|
Separate construction/destruction for the sink output plugin core and the GUI
|
2017-09-16 11:34:25 +02:00 |
|
f4exb
|
1d4cb21bb5
|
Separate construction/destruction for the source input plugin core and the GUI
|
2017-09-16 10:45:08 +02:00 |
|
f4exb
|
121fe4df60
|
Fixes for new install for Windows 64
|
2017-09-16 05:58:48 +02:00 |
|
f4exb
|
c92b34202b
|
Fixes for new build for Windows 64
|
2017-09-16 04:50:25 +02:00 |
|
f4exb
|
379330d9a5
|
Fixed sdrbase windows compilation
|
2017-09-15 18:48:30 +02:00 |
|
f4exb
|
289fc2a89f
|
Device source API: use more meaningful names for get/set sample source
|
2017-09-15 08:45:22 +02:00 |
|
f4exb
|
1c9f11a5dc
|
On the device source API use more meaningful name for GUI interface
|
2017-09-15 08:24:39 +02:00 |
|
f4exb
|
e2f15792ad
|
On sample source confirm clicked delete old UI with the plugin interface
|
2017-09-15 08:23:04 +02:00 |
|
f4exb
|
3606ab2cf2
|
Added a destroy virtual method to all source input plugin main classes
|
2017-09-15 02:32:30 +02:00 |
|
f4exb
|
a52ac66710
|
MainWindow: simplify the constructs new GUI and output object code
|
2017-09-15 02:18:07 +02:00 |
|
f4exb
|
034d1be0f8
|
MainWindow: simplify the constructs new GUI and input object code
|
2017-09-15 02:15:59 +02:00 |
|
f4exb
|
6593f141eb
|
get rid of DeviceSinkAPI::setOutputGUI
|
2017-09-15 02:06:59 +02:00 |
|
f4exb
|
9e2f639837
|
get rid of DeviceSourceAPI::setInputGUI
|
2017-09-15 02:04:16 +02:00 |
|
f4exb
|
0e4820d305
|
PluginManager::selectSampleSinkByIndex: removed useless method
|
2017-09-15 01:50:14 +02:00 |
|
f4exb
|
ff0c2c30fd
|
PluginManager::selectSampleSinkBySerialOrSequence: removed GUI interaction
|
2017-09-15 01:49:18 +02:00 |
|
f4exb
|
03e491db45
|
PluginManager::selectSampleSourceByIndex: removed GUI interaction
|
2017-09-15 01:35:55 +02:00 |
|
f4exb
|
29f975942c
|
PluginManager::selectSampleSourceBySerialOrSequence: store plugin interface in device API
|
2017-09-15 01:30:25 +02:00 |
|
f4exb
|
6b6b99f30e
|
PluginManager::selectSampleSourceBySerialOrSequence: removed GUI interaction
|
2017-09-15 01:24:51 +02:00 |
|
f4exb
|
0010b987bc
|
Plugin manager: select sample source/synk by... moved code to group gui related lines
|
2017-09-15 00:18:11 +02:00 |
|
f4exb
|
b2d3c6c2a6
|
Plugin manager: removed useless select first sample source/sink methods
|
2017-09-15 00:11:43 +02:00 |
|
f4exb
|
3cddc772b1
|
Output core creation method implementation in all sink plugins
|
2017-09-14 13:55:57 +02:00 |
|
f4exb
|
aa5c6c59a5
|
Input core creation method implementation in all source plugins
|
2017-09-14 13:34:32 +02:00 |
|
f4exb
|
25c150c3c5
|
Created an input or output core creation method to the plugin interface. Example of implementation with Airspy
|
2017-09-14 08:49:31 +02:00 |
|
f4exb
|
87016e7485
|
Device sink API: renamed input and output message queues getters to more meaningful names
|
2017-09-13 23:42:28 +02:00 |
|
f4exb
|
24442c18a3
|
Device source API: renamed input and output message queues getters to more meaningful names
|
2017-09-13 23:40:06 +02:00 |
|
f4exb
|
f30b049546
|
PlutoSDR: FIR filter calculation: allow normalized BW down to 0.05 and use Hamming window below 0.2
|
2017-09-12 18:49:12 +02:00 |
|
f4exb
|
c59b04a68f
|
PlutoSDR: completed win32 support
|
2017-09-12 15:06:09 +02:00 |
|
f4exb
|
07cd0483cc
|
Windows build: corrected install scripts
|
2017-09-12 14:02:46 +02:00 |
|
f4exb
|
11f6b72b8c
|
Windows build: restored mingW32 compilation
|
2017-09-12 13:54:32 +02:00 |
|
f4exb
|
f1f516c637
|
PlutoSDR: Debian build: fixed cmake file for libiio build (1)
|
2017-09-12 01:19:01 +02:00 |
|
f4exb
|
7b2e4ed9a7
|
PlutoSDR: Debian build: changed cmake project name to iio
|
2017-09-12 01:12:25 +02:00 |
|
f4exb
|
b6f9d96203
|
PlutoSDR: Debian build: use modified native cmake file for libiio build
|
2017-09-12 00:58:49 +02:00 |
|
f4exb
|
1cd5291ba0
|
PlutoSDR input: updated documentation
|
2017-09-12 00:29:12 +02:00 |
|
f4exb
|
49de975a9a
|
PlutoSDR input: updated documentation
|
2017-09-11 23:55:39 +02:00 |
|
f4exb
|
629fc9ce79
|
PlutoSDR input: restore full range of FIR Rx gain
|
2017-09-11 23:51:58 +02:00 |
|
f4exb
|
7fed299b97
|
PlutoSDR input: Windows build
|
2017-09-11 19:34:59 +02:00 |
|
f4exb
|
d0816622aa
|
PlutoSDR input Debian build: added dependency on libxml2
|
2017-09-11 11:19:24 +02:00 |
|
f4exb
|
99b1070b3d
|
PlutoSDR input Debian build: fixed devices/plutosdr cmake file
|
2017-09-11 10:54:24 +02:00 |
|