1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-27 23:43:16 +00:00
gnss-sdr/src/algorithms
Carles Fernandez 69e6816392
Make coexistence of different instances of gnss-sdr in the same machine easier
If the user forgot to set parameter PVT.rtcm_output_file_enabled to false in the configuration file, this raised up the RTCM server even if flag_rtcm_server was set to false, thus preventing the execution of more than one instance of gnss-sdr in the same machine. By setting the default value of rtcm_output_file_enabled to false, just letting the PVT.flag_rtcm_server parameter to get its default value, which is false, enables more than one instance in the same host machine. This also alleviates by default optional processing load in embedded devices
2019-04-24 20:51:01 +02:00
..
acquisition Avoid unnecessary copy of channel_fsm 2019-04-22 13:03:01 +02:00
channel Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into fpga 2019-03-22 19:03:46 +01:00
conditioner Sort includes: include what you use 2019-03-04 08:12:50 +01:00
data_type_adapter Remove superfluous 'using google::LogMessage' 2019-03-03 13:39:35 +01:00
input_filter Remove superfluous 'using google::LogMessage' 2019-03-03 13:39:35 +01:00
libs Fix detection of python mako if installed with Macports 2019-04-09 02:27:50 +02:00
observables Common reception time now is not reasigned when the reference satellite has changed, thus, avoiding discontinuities 2019-04-09 17:56:03 +02:00
PVT Make coexistence of different instances of gnss-sdr in the same machine easier 2019-04-24 20:51:01 +02:00
resampler Remove superfluous 'using google::LogMessage' 2019-03-03 13:39:35 +01:00
signal_generator Remove superfluous 'using google::LogMessage' 2019-03-03 13:39:35 +01:00
signal_source Stop the Labsat_Signal_Source when the end of file is reached. This allows to use this source for automated testing. 2019-04-12 12:59:57 +02:00
telemetry_decoder Fix warning: logical not is only applied to the left hand side of this comparison 2019-04-24 01:19:43 +02:00
tracking Remove double assignment. Fixes #266 2019-04-14 13:01:59 +02:00
CMakeLists.txt Use https instead of http in links when available 2018-05-13 22:49:11 +02:00