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

Array packer issues (Python) #367

Merged

Conversation

Alain-Godo
Copy link

According to the SparkPlug B specification, the package process for boolean arrays and string arrays has some issues. To avoid data misinterpretation, boolean arrays must be padded. On the other hand, string arrays are simply little-endian packed byte arrays and should not undergo any extra conversion. Some refactoring changes have been made.

…oolean arrays and string arrays has some issues. To avoid data misinterpretation, boolean arrays must be padded. On the other hand, string arrays are simply little-endian packed byte arrays and should not undergo any extra conversion. Some refactoring changes have been made.

Signed-off-by: Alain-Godo <alaindga@gmail.com>
@wes-johnson wes-johnson merged commit 98e4c7d into eclipse:develop Mar 8, 2024
1 check passed
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.

2 participants