1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-12-04 15:48:07 +00:00

Improve dump of Telemetry blocks

This commit is contained in:
Carles Fernandez
2020-11-19 09:55:08 +01:00
parent 40e9d687dd
commit dd60970f32
21 changed files with 1017 additions and 30 deletions

View File

@@ -85,6 +85,10 @@ SPDX-FileCopyrightText: 2011-2020 Carles Fernandez-Prades <carles.fernandez@cttc
Make use of MathJax for equation rendering. Added new building option
`ENABLE_EXTERNAL_MATHJAX`, set to `ON` by default. If set to `OFF`, it allows
using a local installation of MathJax 2.
- Improved dumps in Telemetry Decoding blocks. Now they include the raw
navigation message bits. If `TelemetryDecoder_XX.dump=true`, the resulting
`.dat` binary file is also delivered in `.mat` format, which is readable from
Matlab and Python.
&nbsp;