GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
Loading...
Searching...
No Matches
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.


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.