mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-13 19:50:34 +00:00
Fix doc
This commit is contained in:
parent
19d212065b
commit
2e1e7aaec7
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user