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

Implementation of a GLONASS L1 C/A NAV data decoder block. More...

#include "GLONASS_L1_L2_CA.h"
#include "glonass_gnav_navigation_message.h"
#include "gnss_block_interface.h"
#include "gnss_satellite.h"
#include "gnss_synchro.h"
#include "nav_message_packet.h"
#include "tlm_conf.h"
#include "tlm_crc_stats.h"
#include <boost/circular_buffer.hpp>
#include <gnuradio/block.h>
#include <gnuradio/types.h>
#include <array>
#include <cstdint>
#include <fstream>
#include <memory>
#include <string>

Go to the source code of this file.

Classes

class  glonass_l1_ca_telemetry_decoder_gs
 This class implements a block that decodes the GNAV data defined in GLONASS ICD v5.1. More...
 

Typedefs

using glonass_l1_ca_telemetry_decoder_gs_sptr = gnss_shared_ptr< glonass_l1_ca_telemetry_decoder_gs >
 

Functions

glonass_l1_ca_telemetry_decoder_gs_sptr glonass_l1_ca_make_telemetry_decoder_gs (const Gnss_Satellite &satellite, const Tlm_Conf &conf)
 

Detailed Description

Implementation of a GLONASS L1 C/A NAV data decoder block.

Note
Code added as part of GSoC 2017 program
Author
Damian Miralles, 2017. dmiralles2009(at)gmail.comK

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 glonass_l1_ca_telemetry_decoder_gs.h.