rscada / libmbus

Meter-bus library and utility programs
http://www.rscada.se/libmbus
BSD 3-Clause "New" or "Revised" License
217 stars 137 forks source link

IEEE754 conversion #87

Closed sjlongland closed 8 years ago

sjlongland commented 8 years ago

This re-works pull request #20 to provide a faster conversion from IEEE754. There are some checks to ensure endianness and word alignment rules are respected.

rscada commented 8 years ago

Thanks for the contribution. This looks like a simpler and more robust way to do it. Let's go with this.