GNSS-SDR  0.0.19
An Open Source GNSS Software Defined Receiver
Classes
in_memory_configuration.h File Reference

A ConfigurationInterface for testing purposes. More...

#include "configuration_interface.h"
#include "string_converter.h"
#include <cstdint>
#include <map>
#include <memory>
#include <string>

Go to the source code of this file.

Classes

class  InMemoryConfiguration
 This class is an implementation of the interface ConfigurationInterface. More...
 

Detailed Description

A ConfigurationInterface for testing purposes.

Author
Carlos Aviles, 2010. carlos.avilesr(at)googlemail.com

This implementation accepts configuration parameters upon instantiation and it is intended to be used in unit testing.


GNSS-SDR is a Global Navigation Satellite System software-defined receiver. This file is part of GNSS-SDR.

Copyright (C) 2010-2020 (see AUTHORS file for a list of contributors) SPDX-License-Identifier: GPL-3.0-or-later


Definition in file in_memory_configuration.h.