-
Notifications
You must be signed in to change notification settings - Fork 0
initial muxer implementation #219
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
base: develop
Are you sure you want to change the base?
Conversation
@miniwynne muxer.yaml should be in the cca-controls repo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks quite good. Can we please move the example .yaml files to an examples directory, or something like that? This would be a good opportunity to add it so that the top directory doesn't get overwhelmed.
…entation around line 102
dripline/extensions/muxer_service.py
Outdated
raise ThrowReply('message_error_invalid_method', | ||
f'endpoint {self.name} does not support set') | ||
__all__.append('MuxerRelay') | ||
class MuxerRelay(Entity): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…pop to all of them, which is also what I see in object.py (havent done it to calibration yet tho)
Port of MuxerProvider and associated Entity class to dl3 version.