1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-18 08:05:17 +00:00

Make the adapters take the configuration pointer as const

This commit is contained in:
Carles Fernandez
2020-06-29 09:07:41 +02:00
parent 0c4bdfac48
commit 2b3d4b321d
194 changed files with 563 additions and 519 deletions

View File

@@ -40,7 +40,7 @@ class ConfigurationInterface;
class Pass_Through : public GNSSBlockInterface
{
public:
Pass_Through(ConfigurationInterface* configuration,
Pass_Through(const ConfigurationInterface* configuration,
const std::string& role,
unsigned int in_stream,
unsigned int out_stream);