olliiiver / sml_parser

Low memory C++ library to parse Smart Message Language (SML) data from smart meters.
GNU Lesser General Public License v2.1
34 stars 15 forks source link

Added manual sign extension #9

Closed deltaphi closed 1 year ago

deltaphi commented 1 year ago

Code that manually performs sign extension of the value contained in val.

olliiiver commented 1 year ago

Please allow me to make changes to your PR by adding me to your fork.

I've implemented to parse proper type information from the Type-Length-Field.

deltaphi commented 1 year ago

@olliiiver done

olliiiver commented 1 year ago

Sorry, I somehow pushed into the wrong branch, but can you please review the changes here?

Unfortunately, I do not have a real SML file to test the code additions.