Go to the source code of this file.
Namespaces | |
| gr | |
| GNU Radio logging wrapper. | |
| gr::paths | |
Functions | |
| GR_RUNTIME_API std::filesystem::path | gr::paths::tmp () |
| directory to create temporary files. More... | |
| GR_RUNTIME_API std::filesystem::path | gr::paths::appdata () |
| directory that stores user data; typicall $HOME More... | |
| GR_RUNTIME_API std::filesystem::path | gr::paths::userconf () |
| directory that stores configuration. More... | |
| GR_RUNTIME_API std::filesystem::path | gr::paths::cache () |
| directory to store non-portable caches (e.g. FFTW wisdom) More... | |
| GR_RUNTIME_API const char * | gr::tmp_path () |
| directory to create temporary files More... | |
| GR_RUNTIME_API const char * | gr::appdata_path () |
| directory to store application data More... | |
| GR_RUNTIME_API const char * | gr::userconf_path () |
| directory to store user configuration More... | |