GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
Loading...
Searching...
No Matches
gnss_sdr_timestamp.h File Reference

GNURadio block that adds to sample stream timestamp metadata information stored on a sepparated file. More...

#include "gnss_block_interface.h"
#include "gnss_time.h"
#include <gnuradio/sync_block.h>
#include <gnuradio/types.h>
#include <pmt/pmt.h>
#include <cstddef>
#include <cstdint>
#include <fstream>
#include <string>

Go to the source code of this file.

Classes

class  Gnss_Sdr_Timestamp

Functions

gnss_shared_ptr< Gnss_Sdr_Timestampgnss_sdr_make_Timestamp (size_t sizeof_stream_item, std::string timestamp_file, double clock_offset_ms, int items_to_samples)

Detailed Description

GNURadio block that adds to sample stream timestamp metadata information stored on a sepparated file.

Author
Javier Arribas, 2021. 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-2021 (see AUTHORS file for a list of contributors) SPDX-License-Identifier: GPL-3.0-or-later


Definition in file gnss_sdr_timestamp.h.