GNU Radio Manual and C++ API Reference
3.9.1.0
The Free & Open Software Radio Ecosystem
sys_paths.h
Go to the documentation of this file.
1
/*
2
* Copyright 2011,2013 Free Software Foundation, Inc.
3
*
4
* This file is part of GNU Radio
5
*
6
* SPDX-License-Identifier: GPL-3.0-or-later
7
*
8
*/
9
10
#ifndef GR_SYS_PATHS_H
11
#define GR_SYS_PATHS_H
12
13
#include <
gnuradio/api.h
>
14
15
namespace
gr
{
16
17
//! directory to create temporary files
18
GR_RUNTIME_API
const
char
*
tmp_path
();
19
20
//! directory to store application data
21
GR_RUNTIME_API
const
char
*
appdata_path
();
22
23
//! directory to store user configuration
24
GR_RUNTIME_API
const
char
*
userconf_path
();
25
26
}
/* namespace gr */
27
28
#endif
/* GR_SYS_PATHS_H */
gr::appdata_path
const GR_RUNTIME_API char * appdata_path()
directory to store application data
gr::tmp_path
const GR_RUNTIME_API char * tmp_path()
directory to create temporary files
GR_RUNTIME_API
#define GR_RUNTIME_API
Definition:
gnuradio-runtime/include/gnuradio/api.h:18
api.h
gr
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition:
basic_block.h:29
gr::userconf_path
const GR_RUNTIME_API char * userconf_path()
directory to store user configuration
gnuradio-runtime
include
gnuradio
sys_paths.h
Generated by
1.8.17