#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 std::filesystem::path appdata()
directory that stores user data; typicall $HOME
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)
GR_RUNTIME_API std::filesystem::path cache()
directory to store non-portable caches (e.g. FFTW wisdom)
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