 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef GR_SYS_PATHS_H
12 #define GR_SYS_PATHS_H
GR_RUNTIME_API std::filesystem::path appdata()
directory that stores user data; typicall $HOME
GR_RUNTIME_API const char * userconf_path()
directory to store user configuration
GR_RUNTIME_API std::filesystem::path cache()
directory to store non-portable caches (e.g. FFTW wisdom)
#define GR_RUNTIME_API
Definition: gnuradio-runtime/include/gnuradio/api.h:18
GR_RUNTIME_API std::filesystem::path tmp()
directory to create temporary files.
GR_RUNTIME_API const char * tmp_path()
directory to create temporary files
GNU Radio logging wrapper.
Definition: basic_block.h:29
GR_RUNTIME_API const char * appdata_path()
directory to store application data
GR_RUNTIME_API std::filesystem::path userconf()
directory that stores configuration.
GR_RUNTIME_API std::filesystem::path persistent()
directory to store persistent application state (e.g. window layouts, generated GRC hier blocks)