1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-01 07:43:04 +00:00

bds_b31: Getting new changes from upstream

This commit is contained in:
Damian Miralles
2019-02-05 17:25:16 -06:00
165 changed files with 3398 additions and 3547 deletions

View File

@@ -55,7 +55,6 @@
#include <queue>
#include <string>
#include <vector>
#include <map>
#if ENABLE_FPGA
#include "gnss_sdr_fpga_sample_counter.h"
@@ -196,8 +195,8 @@ private:
evGAL_5X,
evGLO_1G,
evGLO_2G,
evBDS_B1,
evBDS_B3
evBDS_B1,
evBDS_B3
};
std::map<std::string, StringValue> mapStringValues_;