Skip to content

Commit

Permalink
osc: update plotting routine
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
cristina-suteu committed Jan 9, 2025
1 parent a3ffdd4 commit c8b0e3d
Show file tree
Hide file tree
Showing 4 changed files with 715 additions and 676 deletions.
1 change: 1 addition & 0 deletions datatypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ struct extra_dev_info {
char adc_scale;
gfloat **channels_data_copy;
GSList *plots_sample_counts;
struct iio_stream *stream;
};

struct buffer {
Expand Down
Loading

0 comments on commit c8b0e3d

Please sign in to comment.