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

PVI #117

Merged
merged 2 commits into from
Jun 17, 2020
Merged

PVI #117

merged 2 commits into from
Jun 17, 2020

Conversation

GDYendell
Copy link
Contributor

@GDYendell GDYendell commented Jun 16, 2020

Creates new asynParam and asynParamSet classes to store the parameter definitions separately from the driver class and updates asynPortDriver to have an asynParamSet and call createParam on all the parameters stored within it from child classes. There is a new asynPortDriver constructor that takes a asynParamSet and calls createParams.

For full context see: areaDetector/ADCore#446

@anjohnson
Copy link
Member

We probably don't want to add the .dls-build-master file to the official distribution.

@MarkRivers
Copy link
Member

This PR has a conflict. I believe this is coming because you removed trailing whitespace before issuing the PR, but subsequently I have removed trailing whitespace in all files on the master branch. This also makes it very difficult to see just what files you really changed.

Can you merge master into the dls-controls:pvi branch so these conflicts and apparent changes go away?

Add asynPortDriver::createParams method to iterate asynParamSet paramDefinitions
  and call createParam on any entries.
@GDYendell
Copy link
Contributor Author

Thanks for making the whitespace changes, that makes things easier. The diff should be clearer now.

@MarkRivers MarkRivers merged commit 1106e4f into epics-modules:master Jun 17, 2020
@GDYendell GDYendell changed the title WIP - PVI PVI Jan 31, 2023
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.

3 participants