Skip to content

Commit c8b0e3d

Browse files
osc: update plotting routine
use libiio1 stream object use libiio1 API re-enable plotting functions TO DO: context clone and osc_test_value functions Signed-off-by: Cristina Suteu <[email protected]>
1 parent a3ffdd4 commit c8b0e3d

File tree

4 files changed

+715
-676
lines changed

4 files changed

+715
-676
lines changed

Diff for: datatypes.h

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ struct extra_dev_info {
7171
char adc_scale;
7272
gfloat **channels_data_copy;
7373
GSList *plots_sample_counts;
74+
struct iio_stream *stream;
7475
};
7576

7677
struct buffer {

0 commit comments

Comments
 (0)