GNU Radio 3.5.3.2 C++ API
|
Go to the source code of this file.
Functions | |
GR_CORE_API const std::string | gr_prefix () |
return ./configure --prefix argument. Typically /usr/local | |
GR_CORE_API const std::string | gr_sysconfdir () |
return ./configure --sysconfdir argument. Typically $prefix/etc or /etc | |
GR_CORE_API const std::string | gr_prefsdir () |
return preferences file directory. Typically $sysconfdir/etc/conf.d | |
GR_CORE_API const std::string | gr_build_date () |
return date/time of build, as set when 'bootstrap' is run | |
GR_CORE_API const std::string | gr_version () |
return version string defined in configure.ac |
GR_CORE_API const std::string gr_build_date | ( | ) |
return date/time of build, as set when 'bootstrap' is run
GR_CORE_API const std::string gr_prefix | ( | ) |
return ./configure --prefix argument. 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 ./configure --sysconfdir argument. Typically $prefix/etc or /etc
GR_CORE_API const std::string gr_version | ( | ) |
return version string defined in configure.ac