rtklibexplorer / RTKLIB

A version of RTKLIB optimized for low cost GNSS receivers, especially u-blox receivers. It is based on RTKLIB 2.4.3 and is kept reasonably closely synced to that branch. This software is provided “AS IS” without any warranties of any kind so please be careful, especially if using it in any kind of real-time application.
http://rtkexplorer.com/
Other
649 stars 253 forks source link

postpos outrpos: use the same interpretation of the opt sep as elsewhere #386

Closed ourairquality closed 3 months ago

ourairquality commented 3 months ago

outrpos() was using the option separator string raw, without interpreting as elsewhere through opt2sep(), and this made it incompatible with decode_refpos()

decode_soltime() can also use opt2sep() rather than repeating the same logic.