SoapySDR  0.3.0-g02fc7af6
Vendor and platform neutral SDR interface library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Modules.hpp
Go to the documentation of this file.
1 
13 #pragma once
14 #include <SoapySDR/Config.hpp>
15 #include <vector>
16 #include <string>
17 
18 namespace SoapySDR
19 {
20 
22 SOAPY_SDR_API std::string getRootPath(void);
23 
27 SOAPY_SDR_API std::vector<std::string> listModules(void);
28 
32 SOAPY_SDR_API void loadModule(const std::string &path);
33 
39 SOAPY_SDR_API void loadModules(void);
40 
41 }
SOAPY_SDR_API void loadModules(void)
SOAPY_SDR_API void loadModule(const std::string &path)
SOAPY_SDR_API std::vector< std::string > listModules(void)
#define SOAPY_SDR_API
Definition: Config.h:41
SOAPY_SDR_API std::string getRootPath(void)
Query the root installation path.