#ifndef UHD_DEVICE_H
#define UHD_DEVICE_H
int init_device(double rate,double freq,double gain);
void close_device();
int device_transmit(short* sample, size_t samps_count);
#endif // UHD_DEVICE_H