1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2026-04-25 08:11:25 +00:00
Commit Graph

6819 Commits

Author SHA1 Message Date
Carles Fernandez
06dc0e6370 Remove old comment no longer applicable 2025-07-28 18:42:41 +02:00
Carles Fernandez
80112f6831 Fix generation of BeiDou RINEX navigation files 2025-07-28 14:01:25 +02:00
Mathieu Favreau
dbe16a6310 Fix double checking 2025-07-24 12:37:15 +00:00
Mathieu Favreau
a6e4931938 Move unnamed namespace 2025-07-24 12:33:41 +00:00
Mathieu Favreau
ffd6893329 Fix more rtcm printer issues 2025-07-24 12:29:08 +00:00
Mathieu Favreau
802b8bc1ff Fix rtcm printer 2025-07-24 12:23:56 +00:00
Mathieu Favreau
52cc8a5e2c Fix comment 2025-07-23 21:08:59 +00:00
Mathieu Favreau
3aa97191df Rename file 2025-07-23 20:58:58 +00:00
Mathieu Favreau
6d5f7b6254 Finish removal of receiver type 2025-07-23 20:43:00 +00:00
Mathieu Favreau
18006bbbe9 First pass to remove receiver_type 2025-07-23 19:05:11 +00:00
Carles Fernandez
031c5e7713 Bump cpu_features to v0.10.1: Moving from mandatory c++14 to at least c++14 2025-07-19 14:42:50 +02:00
pedromiguelcp
b4e71654e4 fix: add default channel count value 2025-07-11 14:36:27 +01:00
pedromiguelcp
5927ca5e47 fix: correct packetsPerSample to reflect channel count 2025-07-11 14:36:27 +01:00
pedromiguelcp
24f0ba702e chore: make clang-tidy happy 2025-07-11 14:36:26 +01:00
pedromiguelcp
f1eaf5253e feat: add multichannel support for ntlab adapter 2025-07-11 14:36:26 +01:00
pedromiguelcp
ef01835b28 feat: add signal source adapter for NTLab NT1065 2025-07-11 14:36:25 +01:00
Carles Fernandez
72a4ed3878 Avoid tracking the same PRN in multiple channels (Fixes: #885) 2025-07-11 11:30:33 +02:00
Marc Majoral
ebd6450dea Add code comments for clarity 2025-07-10 19:38:47 +02:00
Marc Majoral
2c2d427607 Set all constants to uppercase for consistency 2025-07-10 19:38:47 +02:00
Marc Majoral
4a4b61f763 Enable multi-band processing on the FPGA with MAX2771-based analog front end 2025-07-10 19:38:47 +02:00
Marc Majoral
1203acbd69 Enable multi-band GNSS reception via MAX2771 2025-07-10 19:38:47 +02:00
Carles Fernandez
3c77662723 Fix for old environments
Fix usage of pmt library in GNU Radio > 3.8
Fix usage of string_literals in C++11
Reordering of structs and private members for padding reduction
Fix email address in headers
Fix copyright years in headers
Improve consistency of blank lines usage
2025-07-10 09:44:00 +02:00
Victor Castillo
b34540ffb9 fix: use gnss_make_shared instead of std::make_shared 2025-07-09 16:33:54 +02:00
Victor Castillo
ad0ae1e5c0 refactor: lifted common code out of if ... else ... 2025-07-09 16:33:54 +02:00
Victor Castillo
e3620664b3 fix: simplified tag propagation 2025-07-09 16:33:54 +02:00
Victor Castillo
392aa74f33 chore: pleased the clang-format god 2025-07-09 16:33:54 +02:00
Victor Castillo
5cb09165c1 fix: removed leftover comments 2025-07-09 16:33:54 +02:00
Victor Castillo
05e2401ef9 fix: removed unused parameter
This was used in some past iteration of development, but not anymore.
2025-07-09 16:33:54 +02:00
Victor Castillo
81501b4f72 fix(sensor_data_file): sample_delay only used in construction, does not need to be stored 2025-07-09 16:33:54 +02:00
Victor Castillo
68ed4d5a01 fix: use gnss_shared_ptr instead of std::shared_ptr 2025-07-09 16:33:54 +02:00
Victor Castillo
743e321b10 fix: missing includes 2025-07-09 16:33:54 +02:00
Victor Castillo
a60149cbc7 fix: no C++20 means old school contains() 2025-07-09 16:33:54 +02:00
Victor Castillo
f31ad4fc00 fix: use int64_t instead of long 2025-07-09 16:33:54 +02:00
Victor Castillo
49e06dc9e3 fix: inappropriate move semantics in file_source_base 2025-07-09 16:33:54 +02:00
Victor Castillo
2649056e17 fix: formatting and linting issues 2025-07-09 16:33:54 +02:00
Victor Castillo
13c6785ba1 fix: fixed timetag handling in PVT block & updated some comments 2025-07-09 16:33:54 +02:00
Victor Castillo
131cc2ce93 fix: small fixes & cleanup 2025-07-09 16:33:54 +02:00
Victor Castillo
5934879ae7 feat: added more data types 2025-07-09 16:33:54 +02:00
Victor Castillo
8ee53e645b feat: implemented validation for sensor data source configuration 2025-07-09 16:33:54 +02:00
Victor Castillo
567426b415 refactor: moved sensor data source to algorithms/libs as well 2025-07-09 16:33:54 +02:00
Victor Castillo
ae00dedfcb feat!: removed field_count configuration variable 2025-07-09 16:33:54 +02:00
Victor Castillo
03aa5efa3d feat: use sensor measurements to estimate velocity in PVT KF solver 2025-07-09 16:33:54 +02:00
Victor Castillo
195886244a feat: added SensorDataAggregator & moved everything to algorithms/libs 2025-07-09 16:33:54 +02:00
Victor Castillo
4db7f775b5 feat: refactored configuration & renamed to sensor data 2025-07-09 16:33:54 +02:00
Victor Castillo
53006b4ea6 feat: add extra data source 2025-07-09 16:33:54 +02:00
Marc Majoral
da13f8e86a Increase maximum number of satellites reported by AN printer to 16 2025-07-09 10:04:14 +02:00
Marc Majoral
2d91abb5e4 Disable newline conversion and output post-processing for AN printer over serial. 2025-07-09 10:04:14 +02:00
Marc Majoral
876058cb3c Apply clang-format to source files 2025-06-14 07:28:15 +02:00
Marc Majoral
a559536f61 Halt FPGA-based receiver on buffer overflow detection 2025-06-14 07:28:15 +02:00
Marc Majoral
80e5280434 Ensure correct file length and sample skip calculations on 32-bit systems by using uint64_t
On 32-bit architectures, size_t may not be large enough to represent large file
sizes or sample counts. This commit updates the file length computation and the
return type of samplesToSkip() to use uint64_t, allowing accurate handling of
large files and ensuring consistency across platforms.
2025-05-28 19:40:58 +02:00