SoapySDR 0.8.1-ARCH
Vendor and platform neutral SDR interface library
Loading...
Searching...
No Matches
Version.hpp
Go to the documentation of this file.
1
10
11#pragma once
12#include <SoapySDR/Config.hpp>
13#include <SoapySDR/Version.h>
14#include <string>
15
16namespace SoapySDR
17{
18
24SOAPY_SDR_API std::string getAPIVersion(void);
25
33SOAPY_SDR_API std::string getABIVersion(void);
34
41SOAPY_SDR_API std::string getLibVersion(void);
42
43}
#define SOAPY_SDR_API
Definition Config.h:41
Definition ConverterPrimitives.hpp:15
SOAPY_SDR_API std::string getABIVersion(void)
SOAPY_SDR_API std::string getLibVersion(void)
SOAPY_SDR_API std::string getAPIVersion(void)