SoapySDR  0.8.0-gab626068
Vendor and platform neutral SDR interface library
Modules.h
Go to the documentation of this file.
1 
13 #pragma once
14 #include <SoapySDR/Config.h>
15 #include <SoapySDR/Types.h>
16 #include <stddef.h> //size_t
17 
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21 
23 SOAPY_SDR_API const char *SoapySDR_getRootPath(void);
24 
30 SOAPY_SDR_API char **SoapySDR_listSearchPaths(size_t *length);
31 
38 SOAPY_SDR_API char **SoapySDR_listModules(size_t *length);
39 
47 SOAPY_SDR_API char **SoapySDR_listModulesPath(const char *path, size_t *length);
48 
55 SOAPY_SDR_API char *SoapySDR_loadModule(const char *path);
56 
66 
73 SOAPY_SDR_API char *SoapySDR_getModuleVersion(const char *path);
74 
81 SOAPY_SDR_API char *SoapySDR_unloadModule(const char *path);
82 
89 
94 
95 #ifdef __cplusplus
96 }
97 #endif
SOAPY_SDR_API
#define SOAPY_SDR_API
Definition: Config.h:41
SoapySDR_unloadModule
SOAPY_SDR_API char * SoapySDR_unloadModule(const char *path)
SoapySDR_getRootPath
const SOAPY_SDR_API char * SoapySDR_getRootPath(void)
Query the root installation path.
Types.h
SoapySDR_listModules
SOAPY_SDR_API char ** SoapySDR_listModules(size_t *length)
SoapySDR_unloadModules
SOAPY_SDR_API void SoapySDR_unloadModules(void)
SoapySDRKwargs
Definition for a key/value string map.
Definition: Types.h:34
SoapySDR_listModulesPath
SOAPY_SDR_API char ** SoapySDR_listModulesPath(const char *path, size_t *length)
SoapySDR_getLoaderResult
SOAPY_SDR_API SoapySDRKwargs SoapySDR_getLoaderResult(const char *path)
SoapySDR_loadModules
SOAPY_SDR_API void SoapySDR_loadModules(void)
SoapySDR_getModuleVersion
SOAPY_SDR_API char * SoapySDR_getModuleVersion(const char *path)
Config.h
SoapySDR_loadModule
SOAPY_SDR_API char * SoapySDR_loadModule(const char *path)
SoapySDR_listSearchPaths
SOAPY_SDR_API char ** SoapySDR_listSearchPaths(size_t *length)