Closed nuts4coffee closed 9 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
2fe6236
) 96.28% compared to head (9892f6e
) 96.42%.:exclamation: Current head 9892f6e differs from pull request most recent head 391bd39. Consider uploading reports for the commit 391bd39 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Close as master branch in fork repo has been reset. Will reopen from branch later.
Brief
Use LSB order to encode/decode array-type signals. Please see https://github.com/c4deszes/ldfparser/issues/125 for the description from the spec.
Checklist
Resolves
Fixes #125
Evidence
Capture from VehicleSpy, where the signal
MyArraySignal1
with values[20000]
is encoded to0 0 2
.Analyze how the change might impact existing code
Provide evidence that the feature is tested and covered properly