28#include "../Interface.h"
35typedef void (*sddc_read_async_cb_t)(uint32_t data_size,
const sddc_complex_t *data,
42 char serial_number[32];
47uint16_t sddc_get_device_count();
48sddc_err_t sddc_get_device(uint8_t dev_index,
struct sddc_device_t *dev);
64sddc_err_t sddc_set_stream_callback(
66 sddc_read_async_cb_t callback,
67 void *callback_context);
97bool sddc_get_biast_hf ();
98sddc_err_t sddc_set_biast_hv (
bool new_state);
99bool sddc_get_biast_vhf();
100sddc_err_t sddc_set_biast_vhf(
bool new_state);
112bool sddc_get_dither();
Definition libsddc.cpp:30