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

Simple block to report the current receiver time based on the output of the tracking or telemetry blocks. More...

#include <gnuradio/block.h>
#include <gnuradio/types.h>
#include <cstdint>
#include <memory>

Go to the source code of this file.

Classes

class  gnss_sdr_time_counter
 

Typedefs

using gnss_sdr_time_counter_sptr = std::shared_ptr< gnss_sdr_time_counter >
 

Functions

gnss_sdr_time_counter_sptr gnss_sdr_make_time_counter ()
 

Detailed Description

Simple block to report the current receiver time based on the output of the tracking or telemetry blocks.

Author
Antonio Ramos 2018. antonio.ramosdet(at)gmail.com

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