SoapySDR  0.3.0-g02fc7af6
Vendor and platform neutral SDR interface library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Version.hpp
Go to the documentation of this file.
1 
11 #pragma once
12 #include <SoapySDR/Config.hpp>
13 #include <SoapySDR/Version.h>
14 #include <string>
15 
16 namespace SoapySDR
17 {
18 
20 SOAPY_SDR_API std::string getAPIVersion(void);
21 
26 SOAPY_SDR_API std::string getABIVersion(void);
27 
28 }
SOAPY_SDR_API std::string getAPIVersion(void)
Query the API version string.
#define SOAPY_SDR_API
Definition: Config.h:41
SOAPY_SDR_API std::string getABIVersion(void)