GNSS-SDR  0.0.19
An Open Source GNSS Software Defined Receiver
Classes | Typedefs | Functions
rtklib_pvt_gs.h File Reference

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)
 

Detailed Description

Interface of a Position Velocity and Time computation block.

Author
Javier Arribas, 2017. jarribas(at)cttc.es

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.