GNSS-SDR
0.0.13
An Open Source GNSS Software Defined Receiver
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
* Copyright (C) 2010-2020 (see AUTHORS file for a list of contributors)
10
*
11
* GNSS-SDR is a software defined Global Navigation
12
* Satellite Systems receiver
13
*
14
* This file is part of GNSS-SDR.
15
*
16
* SPDX-License-Identifier: GPL-3.0-or-later
17
*
18
* -----------------------------------------------------------------------------
19
*/
20
21
#ifndef GNSS_SDR_GNSS_SDR_CREATE_DIRECTORY_H
22
#define GNSS_SDR_GNSS_SDR_CREATE_DIRECTORY_H
23
24
#include <string>
25
26
bool
gnss_sdr_create_directory(
const
std::string& foldername);
27
28
#endif
Generated by
1.8.14