C++ code for reading/writing the six ASCII file types defined in RINEX version 2.10

 
 
The driver program shows how to use rinex.cpp. It requires one command-line argument. Example: driver ldbg0480.00o  
It outputs a driver.sum file, and a generated version of the input file (newobsfile).  
 
The technical paper which describes this code is published in GPS Solutions, Vol.5, No.1 & 2 .  
 

Driver program (driver.cpp)

DateTime class (datetime.cpp)

DateTime include file (datetime.h)

Rinex classes (rinex.cpp)

Rinex include file (rinex.h)

Example Input File (ldbg0480.00o)

Example Output File (driver.sum)

Example Output File (newobsfile)

 
 
 
 
Return to the GPS-TOOLBOX home page