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

Enable controller initialisation on main event loop #49

Merged
merged 4 commits into from
Aug 8, 2024
Merged

Commits on Aug 7, 2024

  1. Enable controller initialisation on main event loop

    Add initialise method to base Controller to be called by Backend before
    creating API Mapping.
    Pull event loop into Backend base class to call controller initialise.
    Update asyncio backend to use inheritance rather than composition.
    GDYendell committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    1cf202b View commit details
    Browse the repository at this point in the history
  2. Update EPICS Backend

    Re-order methods
    GDYendell committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ffd91e1 View commit details
    Browse the repository at this point in the history
  3. Update Tango Backend

    GDYendell committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8634d4f View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Add some tests

    GDYendell committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    29b552f View commit details
    Browse the repository at this point in the history