aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/uhd.h
blob: d6335b9a2a9e04a99a08860a42829189da52fd6b (plain)
1
2
3
4
5
6
7
int uhd_open(const char *device_args, double tx_frequency, double rx_frequency, double rate, double rx_gain, double tx_gain);
void uhd_close(void);
int uhd_send(float *buff, int num);
int uhd_receive(float *buff, int max);
int uhd_get_inbuffer(void);