GNU Radio 3.5.3.2 C++ API
gr_constants.h File Reference
#include <gr_core_api.h>
#include <string>
Include dependency graph for gr_constants.h:

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

Function Documentation

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