1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-15 04:30:33 +00:00
gnss-sdr/src/algorithms/signal_source/adapters
2021-04-19 16:05:53 +02:00
..
ad9361_fpga_signal_source.cc fixed FPGA dual-band post-processing mode. 2021-03-12 18:01:25 +01:00
ad9361_fpga_signal_source.h proper initialization of samples_to_skip_. Change samples_ from uint64_t to int64_t for the proper checking of the number of samples to process. 2021-03-05 19:02:40 +01:00
CMakeLists.txt Implemented a custom FIFO reading gnu radio block + adapter. 2021-04-17 18:55:20 +02:00
custom_udp_signal_source.cc Fix building when using C++11 2021-02-17 09:43:05 +01:00
custom_udp_signal_source.h clang-format 2021-02-15 15:34:48 -07:00
fifo_signal_source.cc moved logging output from template fct in header to source file to not have to include logging in header. Added maybe_unused to constructor argument which is unused to fix warning 2021-04-19 16:05:53 +02:00
fifo_signal_source.h addressing feedback by @jwmelto 2021-04-18 13:29:37 +02:00
file_signal_source.cc Fix building when using C++11 2021-02-17 09:43:05 +01:00
file_signal_source.h first subclass of file_source_base 2021-02-15 11:47:13 -07:00
file_source_base.cc renamed is_complex to is_interleaved to better describe behavior, modernized c-style cast, fixed typo 2021-04-17 18:55:20 +02:00
file_source_base.h Apply some mostly cosmetic changes 2021-02-17 22:07:22 +01:00
flexiband_signal_source.cc Fix building when using C++11 2021-02-17 09:43:05 +01:00
flexiband_signal_source.h clang-format 2021-02-15 15:34:48 -07:00
fmcomms2_signal_source.cc Fix warning -Wunused-private-field raised by clang 2021-04-04 11:01:14 +02:00
fmcomms2_signal_source.h clang-format 2021-02-15 15:34:48 -07:00
gen_signal_source.cc Apply more concise file header format 2020-12-30 13:35:06 +01:00
gen_signal_source.h clang-format 2021-02-15 15:34:48 -07:00
gn3s_signal_source.cc Fix building when using C++11 2021-02-17 09:43:05 +01:00
gn3s_signal_source.h clang-format 2021-02-15 15:34:48 -07:00
labsat_signal_source.cc Add multiple RF output capability to LabSat 3 Wideband format 2021-03-14 20:00:18 +01:00
labsat_signal_source.h Add multiple RF output capability to LabSat 3 Wideband format 2021-03-14 20:00:18 +01:00
multichannel_file_signal_source.cc Fix building when using C++11 2021-02-17 09:43:05 +01:00
multichannel_file_signal_source.h clang-format 2021-02-15 15:34:48 -07:00
nsr_file_signal_source.cc Fix building when using C++11 2021-02-17 09:43:05 +01:00
nsr_file_signal_source.h clang-format 2021-02-15 15:34:48 -07:00
osmosdr_signal_source.cc Fix building when using C++11 2021-02-17 09:43:05 +01:00
osmosdr_signal_source.h clang-format 2021-02-15 15:34:48 -07:00
plutosdr_signal_source.cc Fix building when using C++11 2021-02-17 09:43:05 +01:00
plutosdr_signal_source.h clang-format 2021-02-15 15:34:48 -07:00
raw_array_signal_source.cc Fix building when using C++11 2021-02-17 09:43:05 +01:00
raw_array_signal_source.h clang-format 2021-02-15 15:34:48 -07:00
rtl_tcp_signal_source.cc Fix building when using C++11 2021-02-17 09:43:05 +01:00
rtl_tcp_signal_source.h clang-format 2021-02-15 15:34:48 -07:00
signal_source_base.cc another MacOS property ambiguity ... ARRRGGGHHH 2021-02-17 13:40:04 -07:00
signal_source_base.h clang-format 2021-02-15 15:34:48 -07:00
spir_file_signal_source.cc Fix building when using C++11 2021-02-17 09:43:05 +01:00
spir_file_signal_source.h refactor two_bit_packed_file_signal_source 2021-02-15 13:15:50 -07:00
spir_gss6450_file_signal_source.cc Fix building when using C++11 2021-02-17 09:43:05 +01:00
spir_gss6450_file_signal_source.h clang-format 2021-02-15 15:34:48 -07:00
two_bit_cpx_file_signal_source.cc Fix building when using C++11 2021-02-17 09:43:05 +01:00
two_bit_cpx_file_signal_source.h refactor two_bit_packed_file_signal_source 2021-02-15 13:15:50 -07:00
two_bit_packed_file_signal_source.cc Fix building when using C++11 2021-02-17 09:43:05 +01:00
two_bit_packed_file_signal_source.h refactor two_bit_packed_file_signal_source 2021-02-15 13:15:50 -07:00
uhd_signal_source.cc Fix building when using C++11 2021-02-17 09:43:05 +01:00
uhd_signal_source.h clang-format 2021-02-15 15:34:48 -07:00