aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/soapy.h
blob: c51d34e0a7998f06a773e01a3b01d5683b8929c2 (plain)
1
2
3
4
5
6
7
8
int soapy_open(const char *device_args, double tx_frequency, double rx_frequency, double rate, double rx_gain, double tx_gain, double bandwidth);
int soapy_start(void);
void soapy_close(void);
int soapy_send(float *buff, int num);
int soapy_receive(float *buff, int max);
int soapy_get_tosend(int latspl);