Skip to content

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

@GDYendell

Description

@GDYendell

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions