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

Support platform-endian byte order in WDT #7

Open
skliper opened this issue Apr 22, 2022 · 1 comment
Open

Support platform-endian byte order in WDT #7

skliper opened this issue Apr 22, 2022 · 1 comment

Comments

@skliper
Copy link
Contributor

skliper commented Apr 22, 2022

LC should support numerical telemetry data types that are platform-endian. While it would be possible to get the same effect with an #if macro block, it would make the table very hard to read.

Imported from GSFCCFS-770

@skliper skliper changed the title LC - platform-endian bytes Support platform-endian byte order in WDT Jun 14, 2022
@skliper
Copy link
Contributor Author

skliper commented Jun 14, 2022

I think the concern here is only *_BE and *_LE LC_DATA types are defined. It's possible for the tlm byte order to be platform defined, in which case it would be more portable to just use the native representation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant