-
Notifications
You must be signed in to change notification settings - Fork 638
Add guide for new io formats #548
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
Conversation
each Writer is meant to handle a single bus channel? For example if we have a vector HW and we use bus channels 0 and 1 then the used should instantiate two Write objects for each of them? |
Codecov Report
@@ Coverage Diff @@
## develop #548 +/- ##
========================================
Coverage 64.44% 64.44%
========================================
Files 63 63
Lines 5651 5651
========================================
Hits 3642 3642
Misses 2009 2009 |
Writers are just dumb |
I got the point. I'll think about a strategy to handle this |
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.
Fantastic guide!
Please consider a few suggested changes.
Co-Authored-By: felixdivo <felixdivo@users.noreply.github.com>
This adds a guide on how to add new file format support.
Added in response to #506.