google / emboss

Emboss is a tool for generating code that reads and writes binary data structures.
Apache License 2.0
70 stars 21 forks source link

Support Sign-Magnitude Integers #45

Open reventlov opened 2 years ago

reventlov commented 2 years ago

Sign-magnitude integers show up in a few protocols, like RTCM and u-blox M10. Emboss should have a prelude type like SMInt to model these fields.