1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-25 22:43:14 +00:00
gnss-sdr/src
Josh Schindehette 202f032e88 Added cfloat type, data is assumed to be little endian
The sample_type property of gr_complex_ip_packet_source was augmented
to support the "cfloat" enumeration. It packs 8 bytes of data from
the UDP payload into a single complex float sample. The float data
in the UDP payload is assumed to be little endian.
2020-09-30 14:00:35 -04:00
..
algorithms Added cfloat type, data is assumed to be little endian 2020-09-30 14:00:35 -04:00
core start the DMA only when then the receiver is in post-processing mode 2020-09-10 12:23:53 +02:00
main Fix building with -DENABLE_CUDA=ON 2020-08-27 14:57:44 +02:00
tests Fix building with CMake > 3, GCC 8 and old Boost version (e.g. CentOS 7 with cmake3 and gcc8) 2020-08-19 15:24:09 +02:00
utils Improve handling of gflags library 2020-08-13 20:54:22 +02:00
CMakeLists.txt Improve headers 2020-02-12 00:04:29 +01:00