![]() |
GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
|
PVT solver based on rtklib library functions adapted to the GNSS-SDR data flow and structures. More...
#include "beidou_dnav_almanac.h"#include "beidou_dnav_ephemeris.h"#include "beidou_dnav_iono.h"#include "beidou_dnav_utc_model.h"#include "galileo_almanac.h"#include "galileo_ephemeris.h"#include "galileo_has_data.h"#include "galileo_iono.h"#include "galileo_utc_model.h"#include "glonass_gnav_almanac.h"#include "glonass_gnav_ephemeris.h"#include "glonass_gnav_utc_model.h"#include "gnss_synchro.h"#include "gps_almanac.h"#include "gps_cnav_ephemeris.h"#include "gps_cnav_iono.h"#include "gps_cnav_utc_model.h"#include "gps_ephemeris.h"#include "gps_iono.h"#include "gps_utc_model.h"#include "monitor_pvt.h"#include "pvt_conf.h"#include "pvt_kf.h"#include "pvt_solution.h"#include "rtklib.h"#include "rtklib_conversions.h"#include "sensor_data/sensor_data_aggregator.h"#include <array>#include <cstdint>#include <fstream>#include <map>#include <string>#include <utility>Go to the source code of this file.
Classes | |
| class | Rtklib_Solver |
| This class implements a PVT solution based on RTKLIB. More... | |
PVT solver based on rtklib library functions adapted to the GNSS-SDR data flow and structures.
This is a derived work from RTKLIB http://www.rtklib.com/ The original source code at https://github.com/tomojitakasu/RTKLIB is released under the BSD 2-clause license with an additional exclusive clause that does not apply here. This additional clause is reproduced below:
" The software package includes some companion executive binaries or shared libraries necessary to execute APs on Windows. These licenses succeed to the original ones of these software. "
Neither the executive binaries nor the shared libraries are required by, used or included in GNSS-SDR.
Copyright (C) 2007-2013, T. Takasu Copyright (C) 2017-2019, Javier Arribas Copyright (C) 2017-2023, Carles Fernandez All rights reserved.
SPDX-License-Identifier: BSD-2-Clause
Definition in file rtklib_solver.h.