GNSS-SDR  0.0.13
An Open Source GNSS Software Defined Receiver
Classes
file_configuration.h File Reference

A ConfigurationInterface that reads the configuration from a file. More...

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

Go to the source code of this file.

Classes

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

Detailed Description

A ConfigurationInterface that reads the configuration from a file.

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

This implementation has a text file as the source for the values of the parameters. The file is in the INI format, containing sections and pairs of names and values. For more information about the INI format, see https://en.wikipedia.org/wiki/INI_file


Copyright (C) 2010-2020 (see AUTHORS file for a list of contributors)

GNSS-SDR is a software defined Global Navigation Satellite Systems receiver

This file is part of GNSS-SDR.

SPDX-License-Identifier: GPL-3.0-or-later


Definition in file file_configuration.h.