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

PerSignalConfig dataclass for StandardReadable devices to be used with a common implementation of prepare. #543

Closed
wants to merge 13 commits into from

Commits on Aug 28, 2024

  1. Prototyping a general purpose ReadableDeviceConfig dataclass to be us…

    …ed with StandardReadables.
    burkeds committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    135626f View commit details
    Browse the repository at this point in the history
  2. Added get_config method to StandardReadable which returns a ReadableD…

    …eviceConfig instance containing entries for each signal in _configurables.
    burkeds committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    957e0e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c01afb1 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Refactored into PerSignalConfig, a simpler dict-like dataclass that w…

    …ill co-operate with compile time typecheckers.
    burkeds committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    7b2350d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6789d82 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    8fc7fbf View commit details
    Browse the repository at this point in the history
  2. Removed some unneeded tests.

    burkeds committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    9dc4a84 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    b51aafa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40d22be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    365fa7e View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. merge

    burkeds committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    2f01d01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e62773 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    6b8e6d1 View commit details
    Browse the repository at this point in the history