SoapySDR  0.3.0-g02fc7af6
Vendor and platform neutral SDR interface library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Namespaces | Functions
Modules.hpp File Reference
#include <SoapySDR/Config.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 void SoapySDR::loadModule (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.