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

Implementation of a Galileo unified INAV and FNAV message demodulator block. More...

#include "galileo_fnav_message.h"
#include "galileo_inav_message.h"
#include "gnss_satellite.h"
#include <boost/circular_buffer.hpp>
#include <gnuradio/block.h>
#include <gnuradio/types.h>
#include <array>
#include <cstdint>
#include <fstream>
#include <string>
#include <vector>
#include <boost/shared_ptr.hpp>

Go to the source code of this file.

Classes

class  galileo_telemetry_decoder_gs
 This class implements a block that decodes the INAV and FNAV data defined in Galileo ICD. More...
 

Typedefs

using galileo_telemetry_decoder_gs_sptr = boost::shared_ptr< galileo_telemetry_decoder_gs >
 

Functions

galileo_telemetry_decoder_gs_sptr galileo_make_telemetry_decoder_gs (const Gnss_Satellite &satellite, int frame_type, bool dump)
 

Detailed Description

Implementation of a Galileo unified INAV and FNAV message demodulator block.

Author
Javier Arribas 2018. jarribas(at)cttc.es

Copyright (C) 2010-2020 (see AUTHORS file for a list of contributors)

GNSS-SDR is a software defined Global Navigation Satellite Systems receiver

This file is part of GNSS-SDR.

SPDX-License-Identifier: GPL-3.0-or-later


Definition in file galileo_telemetry_decoder_gs.h.