GNSS-SDR
0.0.19
An Open Source GNSS Software Defined Receiver
src
algorithms
telemetry_decoder
libs
tlm_utils.h
Go to the documentation of this file.
1
/*!
2
* \file tlm_utils.h
3
* \brief Utilities for the telemetry decoder blocks.
4
* \author Carles Fernandez, 2020. cfernandez(at)cttc.es
5
*
6
* -----------------------------------------------------------------------------
7
*
8
* GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
9
* This file is part of GNSS-SDR.
10
*
11
* Copyright (C) 2010-2020 (see AUTHORS file for a list of contributors)
12
* SPDX-License-Identifier: GPL-3.0-or-later
13
*
14
* -----------------------------------------------------------------------------
15
*/
16
17
#ifndef GNSS_SDR_TLM_UTILS_H
18
#define GNSS_SDR_TLM_UTILS_H
19
20
#include <string>
21
22
/** \addtogroup Telemetry_Decoder
23
* \{ */
24
/** \addtogroup Telemetry_Decoder_libs
25
* \{ */
26
27
int
save_tlm_matfile(
const
std::string &dumpfile);
28
29
bool
tlm_remove_file(
const
std::string &file_to_remove);
30
31
/** \} */
32
/** \} */
33
#endif // GNSS_SDR_TLM_UTILS_H
Generated by
1.8.14