SoapySDR  0.5.4-g68d0793c
Vendor and platform neutral SDR interface library
Namespaces | Functions
Modules.hpp File Reference
#include <SoapySDR/Config.hpp>
#include <SoapySDR/Types.hpp>
#include <vector>
#include <string>

Go to the source code of this file.

Namespaces

 SoapySDR
 

Functions

SOAPY_SDR_API std::string SoapySDR::getRootPath (void)
 Query the root installation path. More...
 
SOAPY_SDR_API std::vector< std::string > SoapySDR::listModules (void)
 
SOAPY_SDR_API std::vector< std::string > SoapySDR::listModules (const std::string &path)
 
SOAPY_SDR_API std::string SoapySDR::loadModule (const std::string &path)
 
SOAPY_SDR_API Kwargs SoapySDR::getLoaderResult (const std::string &path)
 
SOAPY_SDR_API std::string SoapySDR::unloadModule (const std::string &path)
 
SOAPY_SDR_API void SoapySDR::loadModules (void)
 

Detailed Description

Utility functions to deal with modules. These utility functions are made available for advanced usage. For most use cases, the API will automatically load modules.