aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/uhd.h
blob: 60eb94fcd0e92e3d2732018931cbb75e7a352fbd (plain)
1
2
3
4
5
6
7
8
int uhd_open(size_t channel, const char *_device_args, const char *_stream_args, const char *_tune_args, const char *tx_antenna, const char *rx_antenna, double tx_frequency, double rx_frequency, double rate, double tx_gain, double rx_gain, double bandwidth, int _tx_timestamps);
int uhd_start(void);
void uhd_close(void);
int uhd_send(float *buff, int num);
int uhd_receive(float *buff, int max);
int uhd_get_tosend(int latspl);