 |
GNU Radio Manual and C++ API Reference
3.9.1.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef INCLUDED_GR_CONSTANTS_H
12 #define INCLUDED_GR_CONSTANTS_H
const GR_RUNTIME_API std::string sysconfdir()
return SYSCONFDIR. Typically ${CMAKE_INSTALL_PREFIX}/etc or /etc
const GR_RUNTIME_API std::string major_version()
return just the major version defined by cmake
const GR_RUNTIME_API std::string c_compiler()
return C compiler used to build this version of GNU Radio
const GR_RUNTIME_API std::string cxx_compiler()
return C++ compiler used to build this version of GNU Radio
const GR_RUNTIME_API std::string build_time_enabled_components()
return build-time enabled components
const GR_RUNTIME_API std::string prefix()
return SYSCONFDIR. Typically ${CMAKE_INSTALL_PREFIX}/etc or /etc
const GR_RUNTIME_API std::string version()
return version string defined by cmake (GrVersion.cmake)
const GR_RUNTIME_API std::string prefsdir()
return preferences file directory. Typically ${SYSCONFDIR}/etc/conf.d
const GR_RUNTIME_API std::string compiler_flags()
return C and C++ compiler flags used to build this version of GNU Radio
#define GR_RUNTIME_API
Definition: gnuradio-runtime/include/gnuradio/api.h:18
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:29
const GR_RUNTIME_API std::string build_date()
return date/time of build, as set when 'cmake' is run
const GR_RUNTIME_API std::string api_version()
return just the api version defined by cmake
const GR_RUNTIME_API std::string minor_version()
returnjust the minor version defined by cmake