Closed jefffisher closed 8 years ago
The correct way to handle this problem is for the protocol to specify scaler="1.0". Issued addressed by having Protogen generates a warning against possible truncation and suggest the user to set scaler="1.0". Version 1.6.4.
Currently, a floating point value is encoded like so:
Both truncate any fractional data. Ideally, that would look more like this:
Another option, of course, would be to specify the min and/or scaler in my XML file.