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

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...
 

Detailed Description

This class represents an interface to configuration parameters.

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

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.


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 configuration_interface.h.