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

5.5.0 - Preparations for struct-array messaging #261

Merged
merged 15 commits into from
Aug 19, 2024
Merged

5.5.0 - Preparations for struct-array messaging #261

merged 15 commits into from
Aug 19, 2024

Conversation

vkottler
Copy link
Owner

@vkottler vkottler commented Aug 7, 2024

No description provided.

Copy link

codecov bot commented Aug 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (abeacef) to head (729f630).
Report is 16 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.

@vkottler vkottler force-pushed the dev/5.5.0 branch 5 times, most recently from a295dae to c91bc31 Compare August 8, 2024 05:41
@vkottler
Copy link
Owner Author

Need a "timestamp struct" mixin (similar to trig instance). Context manager that sets the timestamp on exit (for updating struct data's timestamp field)
then start sending and receiving arrays of these

@vkottler
Copy link
Owner Author

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?

@vkottler
Copy link
Owner Author

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

@vkottler
Copy link
Owner Author

Next up, probably back to ifgen to work on some of the generation ergonomics (+ ability to spawn boilerplate loopback apps).

@vkottler
Copy link
Owner Author

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?).

@vkottler
Copy link
Owner Author

Need a way to specify per-struct endianness + we should test that this actually works

@vkottler vkottler merged commit 6037f2a into master Aug 19, 2024
8 checks passed
@vkottler vkottler deleted the dev/5.5.0 branch August 19, 2024 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant