SoapySDR
0.5.4-g68d0793c
Vendor and platform neutral SDR interface library
|
Go to the source code of this file.
Namespaces | |
SoapySDR | |
Typedefs | |
typedef SoapySDRLogLevel | SoapySDR::LogLevel |
typedef SoapySDRLogHandler | SoapySDR::LogHandler |
Functions | |
SOAPY_SDR_API void | SoapySDR::log (const LogLevel logLevel, const std::string &message) |
SOAPY_SDR_API void | SoapySDR::vlogf (const SoapySDRLogLevel logLevel, const char *format, va_list argList) |
static void | SoapySDR::logf (const SoapySDRLogLevel logLevel, const char *format,...) |
SOAPY_SDR_API void | SoapySDR::registerLogHandler (const LogHandler &handler) |
SOAPY_SDR_API void | SoapySDR::setLogLevel (const LogLevel logLevel) |
Logger API for SoapySDR devices. Implementations should use the logger rather than stdio. The default log handler prints to stderr.