You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wrote a small application in C++ using GPSTk. It worked using GPSTk from v3.0.0 up to 8.0.0. Now I’m trying to update the code to use GNSSTk, with backward compatibility, and with little effort I made it work up to v12.1.0.
However, I struggle in getting it working for v13.x, since the GPSEphemerisStore is now gone. Is there any new mechanism for that? Any documentation, example, or advice on how to migrate the code? Any help would be welcome.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
The classes in core/lib/NewNav replace GPSEphemerisStore and all the variations on that theme that were scattered around the original code base. If you generate the documentation using doxygen, you can find guides in "API Guides" -> "Navigation Message Library". Additional information under "NewNav Gotchas". The text for this can be found in NavLibrary.hpp. Examples can be found in examples/PRSolution_example_1.cpp or in the applications in the gnsstk-apps repository (look for anything using NavLibrary or a NavDataFactory variant).
Hi guys,
I wrote a small application in C++ using GPSTk. It worked using GPSTk from v3.0.0 up to 8.0.0. Now I’m trying to update the code to use GNSSTk, with backward compatibility, and with little effort I made it work up to v12.1.0.
However, I struggle in getting it working for v13.x, since the
GPSEphemerisStore
is now gone. Is there any new mechanism for that? Any documentation, example, or advice on how to migrate the code? Any help would be welcome.Thanks in advance.
The text was updated successfully, but these errors were encountered: