1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-27 21:47:39 +00:00

Added more decodification of the NAV data message

git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@110 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
Carles Fernandez
2012-01-03 19:35:56 +00:00
parent b49fb745c5
commit d61d86900b
5 changed files with 164 additions and 56 deletions

View File

@@ -1,12 +1,12 @@
/*!
* \file gps_l1_ca_observables.cc
* \brief Implementation of an adapter of a GPS L1 C/A observables block
* to a SignalConditionerInterface
* to a ObservablesInterface
* \author Javier Arribas, 2011. jarribas(at)cttc.es
*
* -------------------------------------------------------------------------
*
* Copyright (C) 2010-2011 (see AUTHORS file for a list of contributors)
* Copyright (C) 2010-2012 (see AUTHORS file for a list of contributors)
*
* GNSS-SDR is a software defined Global Navigation
* Satellite Systems receiver

View File

@@ -1,12 +1,12 @@
/*!
* \file gps_l1_ca_observables.h
* \brief Interface of an adapter of a GPS L1 C/A observables block
* to a SignalConditionerInterface
* to a ObservablesInterface
* \author Javier Arribas, 2011. jarribas(at)cttc.es
*
* -------------------------------------------------------------------------
*
* Copyright (C) 2010-2011 (see AUTHORS file for a list of contributors)
* Copyright (C) 2010-2012 (see AUTHORS file for a list of contributors)
*
* GNSS-SDR is a software defined Global Navigation
* Satellite Systems receiver