Skip to content

Enable Osc Plot #513

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Feb 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,7 @@ if(UNIX)
add_definitions(-Dlinux -DFRU_FILES="${CMAKE_PREFIX_PATH}/lib/fmc-tools/")
endif()

#set(OSC_SRC osc.c oscplot.c datatypes.c iio_widget.c iio_utils.c
# fru.c dialogs.c trigger_dialog.c xml_utils.c libini/libini.c
# libini2.c phone_home.c plugins/dac_data_manager.c
# plugins/fir_filter.c eeprom.c osc_preferences.c cJSON/cJSON.c)
set(OSC_SRC osc.c datatypes.c iio_widget.c iio_utils.c
set(OSC_SRC osc.c oscplot.c datatypes.c iio_widget.c iio_utils.c
fru.c dialogs.c trigger_dialog.c xml_utils.c libini/libini.c
libini2.c phone_home.c plugins/dac_data_manager.c
plugins/fir_filter.c eeprom.c osc_preferences.c cJSON/cJSON.c)
Expand Down
2 changes: 2 additions & 0 deletions datatypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ struct extra_dev_info {
char adc_scale;
gfloat **channels_data_copy;
GSList *plots_sample_counts;
struct iio_stream *stream;
struct iio_channels_mask *channels_mask;
};

struct buffer {
Expand Down
Loading
Loading