|
GNU Radio 3.6.5 C++ API
|

Go to the source code of this file.
Functions | |
| GR_CORE_API const std::string | gr_prefix () |
| return CMAKE_INSTALL_PREFIX. Typically /usr/local More... | |
| GR_CORE_API const std::string | gr_sysconfdir () |
| return SYSCONFDIR. Typically ${CMAKE_INSTALL_PREFIX}/etc or /etc More... | |
| GR_CORE_API const std::string | gr_prefsdir () |
| return preferences file directory. Typically ${SYSCONFDIR}/etc/conf.d More... | |
| GR_CORE_API const std::string | gr_build_date () |
| return date/time of build, as set when 'cmake' is run More... | |
| GR_CORE_API const std::string | gr_version () |
| return version string defined by cmake (GrVersion.cmake) More... | |
| GR_CORE_API const std::string gr_build_date | ( | ) |
return date/time of build, as set when 'cmake' is run
| GR_CORE_API const std::string gr_prefix | ( | ) |
return CMAKE_INSTALL_PREFIX. Typically /usr/local
| GR_CORE_API const std::string gr_prefsdir | ( | ) |
return preferences file directory. Typically ${SYSCONFDIR}/etc/conf.d
| GR_CORE_API const std::string gr_sysconfdir | ( | ) |
return SYSCONFDIR. Typically ${CMAKE_INSTALL_PREFIX}/etc or /etc
| GR_CORE_API const std::string gr_version | ( | ) |
return version string defined by cmake (GrVersion.cmake)