GNU Radio Manual and C++ API Reference 3.10.5.1
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
15namespace gr {
16
17//! directory to create temporary files
19
20//! directory to store application data
22
23//! directory to store user configuration
25
26} /* namespace gr */
27
28#endif /* GR_SYS_PATHS_H */
#define GR_RUNTIME_API
Definition: gnuradio-runtime/include/gnuradio/api.h:18
GNU Radio logging wrapper.
Definition: basic_block.h:29
GR_RUNTIME_API const char * appdata_path()
directory to store application data
GR_RUNTIME_API const char * tmp_path()
directory to create temporary files
GR_RUNTIME_API const char * userconf_path()
directory to store user configuration