![]() |
GNSS-SDR
0.0.19
An Open Source GNSS Software Defined Receiver
|
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... | |
A ConfigurationInterface that reads the configuration from a file.
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
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 file_configuration.h.
1.8.14