GNSS-SDR
0.0.21
An Open Source GNSS Software Defined Receiver
Loading...
Searching...
No Matches
src
algorithms
libs
gnss_sdr_create_directory.h
Go to the documentation of this file.
1
/*!
2
* \file gnss_sdr_create_directory.h
3
* \brief Create a directory
4
* \author Carles Fernandez-Prades, 2018. cfernandez(at)cttc.es
5
*
6
*
7
* -----------------------------------------------------------------------------
8
*
9
* GNSS-SDR is a Global Navigation Satellite System software-defined receiver.
10
* This file is part of GNSS-SDR.
11
*
12
* Copyright (C) 2010-2020 (see AUTHORS file for a list of contributors)
13
* SPDX-License-Identifier: GPL-3.0-or-later
14
*
15
* -----------------------------------------------------------------------------
16
*/
17
18
#ifndef GNSS_SDR_GNSS_SDR_CREATE_DIRECTORY_H
19
#define GNSS_SDR_GNSS_SDR_CREATE_DIRECTORY_H
20
21
#include <string>
22
23
/** \addtogroup Algorithms_Library
24
* \{ */
25
/** \addtogroup Algorithm_libs algorithms_libs
26
* \{ */
27
28
29
bool
gnss_sdr_create_directory(
const
std::string& foldername);
30
31
32
/** \} */
33
/** \} */
34
#endif
// GNSS_SDR_GNSS_SDR_CREATE_DIRECTORY_H
Generated by
1.16.1