-
Notifications
You must be signed in to change notification settings - Fork 40
SoftSignalBackend wrapping arbitrary callables #1280
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
Merged
Merged
Changes from 9 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
b8888c5
First draft for callable backed soft signals
burkeds 15c67dc
Fixed docs. setter in SoftSignalBackend not handles Any
burkeds 6e90c40
Modified soft signal factories
burkeds b775f47
Reviewer changes
burkeds 5713069
Using maybe_await from bluesky.utils
burkeds fbcb573
Merge branch 'main' into callable_soft_signal_backend
burkeds 54abd02
variable name change
burkeds f2d0e65
removed some unnecessary checks of _getter
burkeds 516733e
Corrected typehinting of setter
burkeds aa5b931
Merge branch 'main' into callable_soft_signal_backend
burkeds 7207094
Setpoint and _setter now take converted values
burkeds ed6214f
put setpoint in set_value
burkeds 718f8fc
renamed explanation doc 20.
burkeds 23f5fb9
Merge branch 'main' into callable_soft_signal_backend
burkeds d703fb4
fixing docs
burkeds 25529e6
linting
burkeds b31f2b1
fixed error. soft_signal_r_and_setter is read-only and does not take …
burkeds e57dd39
Merge branch 'main' into callable_soft_signal_backend
burkeds 1a640af
added how-to-use-soft-signals document
burkeds d57827c
linting
burkeds f6fd206
Potential fix for pull request finding
burkeds 3faceea
Potential fix for pull request finding
burkeds c582e1c
Potential fix for pull request finding
burkeds ac9451f
fixed case D example code
burkeds 389a38f
The setpoint should not be set again in set_value. This causes _updat…
burkeds d85bd43
Potential fix for pull request finding
burkeds 4a67c39
fixing docs
burkeds 00b80a6
Merge branch 'callable_soft_signal_backend' of https://github.com/blu…
burkeds ac0fe19
removed some comments I accidentally committed
burkeds ca35065
Merge branch 'main' into callable_soft_signal_backend
coretl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.