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

Refactor PduStorage to hold complete Ethernet frames #181

Merged
merged 13 commits into from
Mar 9, 2024

Conversation

jamwaffles
Copy link
Collaborator

Previously each element held a single PDU payload, and the headers (ethernet, ethercat, pdu) were added on the fly.

This PR changes PduStorage to store the complete Ethernet frame. This is not that useful on its own, but has been done to open the door to supporting multiple PDUs per Ethernet frame in the future.

@jamwaffles jamwaffles merged commit e3e2e9c into master Mar 9, 2024
8 checks passed
@jamwaffles jamwaffles deleted the hectic-pdu-loop-refactor branch March 9, 2024 16:17
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