![]() |
GNSS-SDR
0.0.19
An Open Source GNSS Software Defined Receiver
|
This class represents an interface to configuration parameters. More...
#include <cstdint>#include <string>Go to the source code of this file.
Classes | |
| class | ConfigurationInterface |
| This abstract class represents an interface to configuration parameters. More... | |
This class represents an interface to configuration parameters.
The interface defines an accessor method that gets a parameter name as input and returns the value of this parameter, a string, as output. Property names are defined here. This is an abstract class for interfaces.
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 configuration_interface.h.
1.8.14