SoapySDR  0.3.0-g02fc7af6
Vendor and platform neutral SDR interface library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Modules.h
Go to the documentation of this file.
1 
13 #pragma once
14 #include <SoapySDR/Config.h>
15 #include <stddef.h> //size_t
16 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20 
22 SOAPY_SDR_API const char *SoapySDR_getRootPath(void);
23 
29 SOAPY_SDR_API char **SoapySDR_listModules(size_t *length);
30 
34 SOAPY_SDR_API void SoapySDR_loadModule(const char *path);
35 
42 
43 #ifdef __cplusplus
44 }
45 #endif
SOAPY_SDR_API char ** SoapySDR_listModules(size_t *length)
SOAPY_SDR_API void SoapySDR_loadModules(void)
SOAPY_SDR_API const char * SoapySDR_getRootPath(void)
Query the root installation path.
SOAPY_SDR_API void SoapySDR_loadModule(const char *path)
#define SOAPY_SDR_API
Definition: Config.h:41