SoapySDR  0.5.4-g68d0793c
Vendor and platform neutral SDR interface library
Time.h
Go to the documentation of this file.
1 
11 #pragma once
12 #include <SoapySDR/Config.h>
13 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
24 SOAPY_SDR_API long long SoapySDR_ticksToTimeNs(const long long ticks, const double rate);
25 
32 SOAPY_SDR_API long long SoapySDR_timeNsToTicks(const long long timeNs, const double rate);
33 
34 #ifdef __cplusplus
35 }
36 #endif
SOAPY_SDR_API long long SoapySDR_ticksToTimeNs(const long long ticks, const double rate)
#define SOAPY_SDR_API
Definition: Config.h:41
SOAPY_SDR_API long long SoapySDR_timeNsToTicks(const long long timeNs, const double rate)