EFeru / DbcParser

.NET CAN bus dbc file parser
MIT License
76 stars 28 forks source link

Updated RxSignalUnpack to deal with 64 bit signals #25

Closed taylorjdlee closed 1 year ago

taylorjdlee commented 1 year ago

RxSignalUnpack has been updated to deal with 64 bit signals by not using the bitmask if it equals 0

taylorjdlee commented 1 year ago

Just added a few more packet tests. I tried them with the packer class on master branch and also compared the decoded value to a previous decoder I had wrote. I can confirm the decoded values are what are expected.