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

Add Async Protocols #219

Merged
merged 8 commits into from
Apr 19, 2024
Merged

Add Async Protocols #219

merged 8 commits into from
Apr 19, 2024

Commits on Apr 19, 2024

  1. Added AsyncReadable, AsyncConfigurable and AsyncPausable

    Also replaced imports of bluesky.protocols for each with their new async counterparts.
    Oliver Copping committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    fb05698 View commit details
    Browse the repository at this point in the history
  2. Fixed describe() in core/detector.py to be async

    Oliver Copping committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    f5f59ec View commit details
    Browse the repository at this point in the history
  3. Sorted imports

    Oliver Copping committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    9c9cb91 View commit details
    Browse the repository at this point in the history
  4. Add tests

    Oliver Copping committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    1b8e541 View commit details
    Browse the repository at this point in the history
  5. Removed test_mypy

    Oliver Copping committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    352b816 View commit details
    Browse the repository at this point in the history
  6. Removed ophyd sim imports, replace with ophyd_async equivalents (requ…

    …ires make_detector)
    Oliver Copping committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    858f352 View commit details
    Browse the repository at this point in the history
  7. Move protocols.py into src/ophyd_async

    Oliver Copping committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    b8b481d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7cf565e View commit details
    Browse the repository at this point in the history