novatel / novatel_edie

The EDIE (Encode Decode Interface Engine) software development kit allows interfacing and decoding data output from NovAtel's OEM7 receivers.
MIT License
16 stars 6 forks source link

Fix fields with %e. Can be either float or double #44

Closed rldoris closed 3 months ago

rldoris commented 3 months ago

Getting variant field access on fields with "%e" conversion string and type double.

Update message_decoder to check for field type first.