SoapySDR
0.4.4-gdb459f4f
Vendor and platform neutral SDR interface library
|
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) |
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.