change Serialize Adapter to also create/accept little endian streams #21
Labels
No Label
API Change
Breaking API Change
bug
build
cosmetics
Documentation
duplicate
feature
help wanted
hotfix
invalid
question
Refactor
Tests
wontfix
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: fsfw/fsfw#21
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We just encountered a device that sends little endian over the wire.
Proposed fix is to change the "bigEndian" parameter, which is not very intuitive at the moment anyway, to an endianess parameter. This would be an enum with little, big or machine as options.
I think this can be closed
#122 closed this issue.