SoapySDR  0.5.4-g68d0793c
Vendor and platform neutral SDR interface library
Formats.hpp
Go to the documentation of this file.
1 
11 #pragma once
12 #include <SoapySDR/Config.h>
13 #include <SoapySDR/Formats.h>
14 #include <string>
15 #include <cstddef>
16 
17 namespace SoapySDR
18 {
19 
25 SOAPY_SDR_API size_t formatToSize(const std::string &format);
26 
27 }
Definition: Device.hpp:22
#define SOAPY_SDR_API
Definition: Config.h:41
SOAPY_SDR_API size_t formatToSize(const std::string &format)