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

Controller methods are not bound in the base Backend class #60

Open
GDYendell opened this issue Oct 11, 2024 · 0 comments
Open

Controller methods are not bound in the base Backend class #60

GDYendell opened this issue Oct 11, 2024 · 0 comments
Assignees

Comments

@GDYendell
Copy link
Contributor

Currently Controller methods are bound (using MethodType) in the EPICS and Tango backends, so that they are callable from any context with an implicit self argument. The base class should do this so that it doesn't have to be repeated in every child class, and to allow simpler, more generic testing.

Acceptance Criteria

  • Be able to load a controller into Backend and call the methods available in its SingleMapping.
@GDYendell GDYendell self-assigned this Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant