iperas / Greis

A library for manipulating Javad GNSS's proprietary format data
GNU Lesser General Public License v3.0
2 stars 0 forks source link

[GE] is misinterpreted by generator #4

Open xkkhldkv opened 6 years ago

xkkhldkv commented 6 years ago

The generator cannot distinguish new triple-size form of the [GE] message hence it generated wrong (but compilable) code. October 11, 2017 vendor specification fragment:

struct GpsEphemeris {123 | 160 | 168} { GpsEphReqData req; // GpsEphOptData opt; // u1 cs; };

xkkhldkv commented 6 years ago

Workaround in https://github.com/iperas/Greis/compare/master...Issues/4