mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-17 20:53:02 +00:00
Modify authors
This commit is contained in:
parent
832f828d52
commit
cc178495c9
@ -1,11 +1,12 @@
|
|||||||
/*!
|
/*!
|
||||||
* \file hybrid_observables_cc.cc
|
* \file hybrid_observables_cc.cc
|
||||||
* \brief Implementation of the pseudorange computation block for Galileo E1
|
* \brief Implementation of the pseudorange computation block
|
||||||
* \author Javier Arribas 2017. jarribas(at)cttc.es
|
* \author Javier Arribas 2017. jarribas(at)cttc.es
|
||||||
|
* \author Antonio Ramos 2018. antonio.ramos(at)cttc.es
|
||||||
*
|
*
|
||||||
* -------------------------------------------------------------------------
|
* -------------------------------------------------------------------------
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010-2015 (see AUTHORS file for a list of contributors)
|
* Copyright (C) 2010-2018 (see AUTHORS file for a list of contributors)
|
||||||
*
|
*
|
||||||
* GNSS-SDR is a software defined Global Navigation
|
* GNSS-SDR is a software defined Global Navigation
|
||||||
* Satellite Systems receiver
|
* Satellite Systems receiver
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
/*!
|
/*!
|
||||||
* \file hybrid_observables_cc.h
|
* \file hybrid_observables_cc.h
|
||||||
* \brief Interface of the observables computation block for Galileo E1
|
* \brief Interface of the observables computation block
|
||||||
* \author Mara Branzanti 2013. mara.branzanti(at)gmail.com
|
* \author Mara Branzanti 2013. mara.branzanti(at)gmail.com
|
||||||
* \author Javier Arribas 2013. jarribas(at)cttc.es
|
* \author Javier Arribas 2013. jarribas(at)cttc.es
|
||||||
|
* \author Antonio Ramos 2018. antonio.ramos(at)cttc.es
|
||||||
*
|
*
|
||||||
* -------------------------------------------------------------------------
|
* -------------------------------------------------------------------------
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010-2015 (see AUTHORS file for a list of contributors)
|
* Copyright (C) 2010-2018 (see AUTHORS file for a list of contributors)
|
||||||
*
|
*
|
||||||
* GNSS-SDR is a software defined Global Navigation
|
* GNSS-SDR is a software defined Global Navigation
|
||||||
* Satellite Systems receiver
|
* Satellite Systems receiver
|
||||||
@ -51,7 +52,7 @@ hybrid_observables_cc_sptr
|
|||||||
hybrid_make_observables_cc(unsigned int nchannels_in, unsigned int nchannels_out, bool dump, std::string dump_filename);
|
hybrid_make_observables_cc(unsigned int nchannels_in, unsigned int nchannels_out, bool dump, std::string dump_filename);
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \brief This class implements a block that computes Galileo observables
|
* \brief This class implements a block that computes observables
|
||||||
*/
|
*/
|
||||||
class hybrid_observables_cc : public gr::block
|
class hybrid_observables_cc : public gr::block
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user