1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-08-11 00:13:52 +00:00
This commit is contained in:
Mathieu Favreau 2025-05-05 21:42:22 +00:00
parent b2c13f612c
commit b8d2d6a79e
No known key found for this signature in database
GPG Key ID: DCA223B55D58BAA2

View File

@ -77,6 +77,7 @@
namespace
{
const auto signal_mapping = std::unordered_map<std::string, std::pair<std::string, std::string>>{
{"1C", {"GPS", "L1"}},
{"2S", {"GPS", "L2"}},
@ -90,7 +91,8 @@ const auto signal_mapping = std::unordered_map<std::string, std::pair<std::strin
{"1G", {"Glonass", "L1"}},
{"2G", {"Glonass", "L2"}},
};
}
} // namespace
GNSSFlowgraph::GNSSFlowgraph(std::shared_ptr<ConfigurationInterface> configuration,
std::shared_ptr<Concurrent_Queue<pmt::pmt_t>> queue) // NOLINT(performance-unnecessary-value-param)