Commit Graph

2266 Commits

Author SHA1 Message Date
f4exb d9b6dde304 LimeSDR input: extract serial number from LMS info string 2017-04-17 11:50:09 +02:00
f4exb 54599c1231 LimeSDR input: debug (1) 2017-04-17 11:24:56 +02:00
f4exb 7d61557204 LimeSDR support: ready 2017-04-17 10:05:05 +02:00
f4exb 05f7065515 ATV Demodulator: removed workaround to fix non const reference 2017-04-17 08:26:04 +02:00
f4exb 743fa145ec ATV Demodulator: fixed complaint of some gcc versions that this is not a const reference 2017-04-17 02:37:42 +02:00
f4exb b1e12954c7 BladeRF input: cleaned up useless MessageReportBladeRF 2017-04-17 01:28:05 +02:00
f4exb 67a149ac06 LimeSDR support (13) 2017-04-17 01:10:32 +02:00
f4exb 92e7bb8eba LimeSDR support (12) 2017-04-16 19:30:46 +02:00
f4exb 7c1ff7c5ad LimeSDR support: removed Debian specifics from the build as it will use LimeSuite as an external package 2017-04-16 09:58:35 +02:00
f4exb ab89253643 Non working LimeSuite build directory 2017-04-16 05:58:50 +02:00
f4exb 561baf975d LimeSDR support (11) compiles 2017-04-16 04:58:52 +02:00
f4exb 6ed2fbee10 LimeSDR support (10) 2017-04-15 11:45:01 +02:00
f4exb 0204cca9e3 LimeSDR support (9) 2017-04-15 10:31:16 +02:00
f4exb 3fa6c06d6f LimeSDR support (8) 2017-04-15 04:52:12 +02:00
f4exb 353e3359bb Updated developer documentation 2017-04-14 19:40:53 +02:00
f4exb 67bb7353a8 LimeSDR support (7) 2017-04-14 18:30:37 +02:00
f4exb 43c4d79443 Added developer documentation on open/close vs start/stop device and SISO and MIMO hardware handling 2017-04-14 18:29:36 +02:00
f4exb 414a7ccd87 Refactoring: removed device parameter from all start() methods in sample sink plugins 2017-04-14 03:44:49 +02:00
f4exb b8623c90ce Refactoring: removed device parameter from all start() methods in sample source plugins 2017-04-14 03:40:45 +02:00
f4exb 1e086fb303 FCDPro+: open/close new style 2017-04-14 03:29:50 +02:00
f4exb f456293b84 FCDPro: open/close new style 2017-04-14 03:24:21 +02:00
f4exb b05897d221 SDRplay: open/close new style 2017-04-14 03:17:04 +02:00
f4exb 3fa28dab30 SDRPlay: use device sequence number from device API 2017-04-14 02:49:41 +02:00
f4exb d001099f7e SDRPlay: init thread on start 2017-04-14 02:46:52 +02:00
f4exb c8146808a2 SDRplay: changed placement of input object creation in the GUI 2017-04-14 02:22:37 +02:00
f4exb 00cf437bf2 HackRF: changed placement of input object creation in the GUI 2017-04-14 02:16:04 +02:00
f4exb 0a29f34b94 HackRF: open device by serial number 2017-04-14 02:09:36 +02:00
f4exb 01b2c42a5f BladeRF: open device by serial number 2017-04-14 01:59:09 +02:00
f4exb 651303e860 HackRF: Rx/Tx opem/close new style corrections 2017-04-14 01:49:48 +02:00
f4exb dea2764811 HackRF: Rx/Tx opem/close new style 2017-04-14 01:41:02 +02:00
f4exb ecdc99f59b HackRF input: refactoring: device open close moved in the constructor and destructor respectively of the input object 2017-04-14 00:14:40 +02:00
f4exb afaf3428f5 BladeRF: Rx/Tx opem/close new style 2017-04-13 23:40:14 +02:00
f4exb 72a2fd9065 BladeRF output: refactoring: device open close moved in the constructor and destructor respectively of the input object 2017-04-13 21:26:36 +02:00
f4exb e71e75126e BladeRF output: changed placement of input object creation in the GUI 2017-04-13 20:34:14 +02:00
f4exb 922ee518b7 BladeRF input: changed placement of input object creation in the GUI 2017-04-13 20:32:10 +02:00
f4exb 5971c8a7ee Airspy: fixed segfault when accessing non-initialized thread 2017-04-13 20:29:05 +02:00
f4exb 5dd934320c BladeRF input: refactoring: device open close moved in the constructor and destructor respectively of the input object 2017-04-13 20:16:33 +02:00
f4exb 527b5ef2f5 LimeSDR support (6) 2017-04-13 18:18:15 +02:00
f4exb bb812b4b47 Airspy: refactoring: device open close moved in the constructor and destructor respectively of the input object 2017-04-13 08:29:51 +02:00
f4exb 0c972455da SDRDaemonFEC input: call input object destructor in GUI destructor (was missing) 2017-04-13 01:28:44 +02:00
f4exb bb5fd95f33 RTL-SDR: refactoring: device open close moved in the constructor and destructor respectively of the input object 2017-04-13 01:21:25 +02:00
f4exb 934e73f7a7 RTL-SDR: moved input object creation at top of GUI comstructor 2017-04-12 23:41:30 +02:00
f4exb 3ab855c927 Sample sink plugins: removed useless init pure virtual method 2017-04-12 23:26:40 +02:00
f4exb 2136dc7672 Sample source plugins: removed useless init pure virtual method 2017-04-12 23:10:22 +02:00
f4exb 729ba1b1f9 Sink handling refactoring: re-organize new source selection steps between main window and plugin manager 2017-04-12 22:46:16 +02:00
f4exb 39ca753dff Source handling refactoring: re-organize new source selection steps between main window and plugin manager 2017-04-12 22:12:34 +02:00
f4exb 8203b7ded9 Source handling refactoring (1) 2017-04-12 18:59:26 +02:00
f4exb 371bf9a5ec LimeSDR support (5) 2017-04-12 17:25:26 +02:00
f4exb 3e3fd44ac0 LimeSDR support (4) 2017-04-12 00:55:00 +02:00
f4exb 70971eb9ad LimeSDR support (3) 2017-04-11 22:26:42 +02:00