-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
5.5.0 - Preparations for struct-array messaging #261
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #261 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 191 196 +5
Lines 8548 8836 +288
==========================================
+ Hits 8548 8836 +288 ☔ View full report in Codecov by Sentry. |
a295dae
to
c91bc31
Compare
Need a "timestamp struct" mixin (similar to trig instance). Context manager that sets the timestamp on exit (for updating struct data's timestamp field) |
Add a method / facilities for ingesting timestamped structs and using the timestamp value as the "set time" for all subsequent fields. Method for iterating over an array of structs as a bytes object / stream? |
need to try and make the UI properly re-size the channel table, so that you don't have to expand a window to grab it |
Next up, probably back to ifgen to work on some of the generation ergonomics (+ ability to spawn boilerplate loopback apps). |
Once we can generate the runtimepy side, time to test sending data from a C++ program + teach C++ programs how to ingest JSON commands (leverage more auto-generated code?). |
Need a way to specify per-struct endianness + we should test that this actually works |
No description provided.