1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-25 22:43:14 +00:00
This commit is contained in:
Carles Fernandez 2016-11-04 09:26:19 +01:00
parent 19d212065b
commit 2e1e7aaec7
2 changed files with 4 additions and 4 deletions

View File

@ -41,7 +41,7 @@
class ConfigurationInterface;
/*!
* \brief This class implements an ObservablesInterface for Galileo E1B
* \brief This class implements an ObservablesInterface for Galileo E5A
*/
class GalileoE5aObservables : public ObservablesInterface
{

View File

@ -1,7 +1,7 @@
/*!
* \file hybrid_observables.h
* \brief Implementation of an adapter of a Galileo E1 observables block
* to a ObservablesInterface
* \brief Implementation of an adapter of an observables block accepting all kind
* of signals to a ObservablesInterface
* \author Mara Branzanti 2013. mara.branzanti(at)gmail.com
* \author Javier Arribas 2013. jarribas(at)cttc.es
*
@ -42,7 +42,7 @@
class ConfigurationInterface;
/*!
* \brief This class implements an ObservablesInterface for Galileo E1B
* \brief This class implements an ObservablesInterface for observables of all kind of GNSS signals
*/
class HybridObservables : public ObservablesInterface
{