Skip to content
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

SWIOT Ad tool refactoring #1608

Merged
merged 3 commits into from
May 7, 2024

Conversation

andreidanila1
Copy link
Contributor

Major changes:

  • Removed the dependencies related to the m2k gui (and used the new GUI infrastructure)
  • Remade buffer acquisition strategy
  • Fixed context switch bug (changed the entire strategy)
  • Fixed the problem with activating the channels at acquisition

.constDataOptions = "[0 1 8191]"},
this);
QLayoutItem *item = dacCode->getUiStrategy()->ui()->layout()->itemAt(0);
PositionSpinButton *dacSpin = nullptr;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need to check whether IIO Widgets display measurement units where needed (line edits/spinbtns/etc)

@AlexandraTrifan
Copy link
Contributor

AlexandraTrifan commented Apr 23, 2024

We still need to handle plot scales - displaying the unit value / division to the user for all enabled channels (such that it doesn't need to select each channel to check its value in comparison with the other channels).

Place these in a measurement container (similar to the time plugin).

@andreidanila1 andreidanila1 force-pushed the dev_swiot_refactor_plugin branch from e60f6a6 to 57023b7 Compare April 26, 2024 13:57
@andreidanila1 andreidanila1 force-pushed the dev_swiot_refactor_ad branch from 9bf28ae to 68a1813 Compare April 29, 2024 08:17
@andreidanila1 andreidanila1 force-pushed the dev_swiot_refactor_ad branch from 5c473cc to 98dff77 Compare May 7, 2024 09:05
@andreidanila1 andreidanila1 merged commit 980e4d5 into dev_swiot_refactor_plugin May 7, 2024
17 checks passed
@andreidanila1 andreidanila1 deleted the dev_swiot_refactor_ad branch May 7, 2024 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants