mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-07 07:50:32 +00:00
Update changelog and add Malte to the list of contributors
This commit is contained in:
parent
95baa5f1c4
commit
b43f2e356a
1
AUTHORS
1
AUTHORS
@ -54,6 +54,7 @@ Gerald LaMountain gerald@gece.neu.edu Contributor
|
|||||||
Jim Melton jim.melton@sncorp.com Contributor
|
Jim Melton jim.melton@sncorp.com Contributor
|
||||||
Josh Schindehette jschindehette@geontech.com Contributor
|
Josh Schindehette jschindehette@geontech.com Contributor
|
||||||
Leonardo Tonetto tonetto.dev@gmail.com Contributor
|
Leonardo Tonetto tonetto.dev@gmail.com Contributor
|
||||||
|
Malte Lenhart malte.lenhart@mailbox.org Contributor
|
||||||
Mara Branzanti mara.branzanti@gmail.com Contributor
|
Mara Branzanti mara.branzanti@gmail.com Contributor
|
||||||
Marc Molina marc.molina.pena@gmail.com Contributor
|
Marc Molina marc.molina.pena@gmail.com Contributor
|
||||||
Marc Sales marcsales92@gmail.com Contributor
|
Marc Sales marcsales92@gmail.com Contributor
|
||||||
|
@ -62,6 +62,11 @@ SPDX-FileCopyrightText: 2011-2021 Carles Fernandez-Prades <carles.fernandez@cttc
|
|||||||
|
|
||||||
### Improvements in Usability:
|
### Improvements in Usability:
|
||||||
|
|
||||||
|
- Added a new `Fifo_Signal_Source` implementation that allows using a [UNIX
|
||||||
|
FIFO](https://en.wikipedia.org/wiki/Named_pipe) as a signal source, thus
|
||||||
|
allowing to multiplex signal streams outside of `gnss-sdr`, letting another
|
||||||
|
program holds access to the receiver, or allowing signal sources that are not
|
||||||
|
supported by `gnss-sdr` but can dump the signal to a FIFO.
|
||||||
- Avoid segmentation faults in the flow graph connection and/or starting due to
|
- Avoid segmentation faults in the flow graph connection and/or starting due to
|
||||||
some common inconsistencies in the configuration file.
|
some common inconsistencies in the configuration file.
|
||||||
- Provide hints to the user in case of failed flow graph connection due to
|
- Provide hints to the user in case of failed flow graph connection due to
|
||||||
|
Loading…
Reference in New Issue
Block a user