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
603 stars 236 forks source link

rtklib interface const char #385

Closed ourairquality closed 1 week ago

ourairquality commented 2 weeks ago

For the rtklib interface functions, declare char pointer arguments as 'const char ...' when the function does not modify the data. Many were already declared.

Some follow on patches are also included for some of the callees for consistency, and some of the caller arguments needed type casts.