-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve the fallback code for some undefined encodings in non-strict …
…mode For A_INT32, we now allow the BCD encodings (but use the absolute of the provided value), for A_UINT32 we now allow signed encodings and simply pass through the raw number. Also, we now complain if the value that shall be encoded does not fit into the specified bit length. Signed-off-by: Andreas Lauser <[email protected]> Signed-off-by: Gerrit Ecke <[email protected]> Signed-off-by: Christian Hackenbeck <[email protected]>
- Loading branch information
Showing
2 changed files
with
98 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters