GNU Radio 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 More...
 
GR_CORE_API const std::string gr_sysconfdir ()
 return ./configure –sysconfdir argument. Typically $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 'bootstrap' is run More...
 
GR_CORE_API const std::string gr_version ()
 return version string defined in configure.ac More...
 

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