Introduce SerializeIF::Endianness::NETWORK #379
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
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: fsfw/fsfw#379
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?
Just something I saw in the Python
struct
library: A explicit endianness specifier for network endianness, which is of course equal to big endian.Hm "The Internet has established a standard “network byte order,” which happens to be Big Endian" so this would be
where Network means the same as BIG, so every check looks like:
I'm not sure about that. BIG is even more explicit than NETWORK which kind of hides what is going on with the same effect.
so you don't like it?
Ah I'm stupid. We could just introduce somehting like that
But still... I'm not sure if this is needed.