![]() |
GNSS-SDR
0.0.19
An Open Source GNSS Software Defined Receiver
|
Interface of a Position Velocity and Time computation block. More...
#include "gnss_block_interface.h"#include "gnss_synchro.h"#include "gnss_time.h"#include "rtklib.h"#include <boost/date_time/gregorian/gregorian.hpp>#include <boost/date_time/posix_time/posix_time.hpp>#include <gnuradio/sync_block.h>#include <gnuradio/types.h>#include <pmt/pmt.h>#include <chrono>#include <cstddef>#include <cstdint>#include <ctime>#include <fstream>#include <map>#include <memory>#include <queue>#include <string>#include <sys/types.h>#include <vector>Go to the source code of this file.
Classes | |
| class | rtklib_pvt_gs |
| This class implements a block that computes the PVT solution using the RTKLIB integrated library. More... | |
Typedefs | |
| using | rtklib_pvt_gs_sptr = gnss_shared_ptr< rtklib_pvt_gs > |
Functions | |
| rtklib_pvt_gs_sptr | rtklib_make_pvt_gs (uint32_t nchannels, const Pvt_Conf &conf_, const rtk_t &rtk) |
Interface of a Position Velocity and Time computation block.
GNSS-SDR is a Global Navigation Satellite System software-defined receiver. This file is part of GNSS-SDR.
Copyright (C) 2010-2020 (see AUTHORS file for a list of contributors) SPDX-License-Identifier: GPL-3.0-or-later
Definition in file rtklib_pvt_gs.h.
1.8.14