The following pages contain examples of how to program using the GPSTk.
| Topic | Summary |
| GPSTkExample1 | Example: A Basic GPSTk Application This example serves as an introduction to using the GPSTk. The code associated with the example can be found in the file gpstk/dev/examples/example1.cpp . Its purpose is to illustrate the most basic ... |
| GPSTkExample2 | Example: Reading and Writing a RINEX Observation File This example demonstrates the basic I/O processing of RINEX files. 1 #include iostream 2 #include iomanip 3 #include "RinexObsBase.hpp" 4 #include "RinexObsHeader ... |
| GPSTkExample3 | Example: Extracting Observables from a RINEX Observation File. In this example, observations recorded in a RINEX observation file are combined to create a quantity that is dominated by multipath error. The following code is excerpted ... |
| GPSTkExample4 | Example: Computing Position from RINEX Observations In this example, RINEX observations are used to compute the user position. The class that computes the position can use RAIM concepts in order to reduce the impact of satellite failures ... |
Additional examples will get linked here automatically by starting the topic name with
GPSTkExample.