RXtoRINEX  V2.1
RXtoRINEX provides tools to collect data from GPS / GNSS receivers in mobile devices, convert them to RINEX or RTK formats, and process RINEX files.
Classes
RinexData.h File Reference
#include <vector>
#include <string>
#include <algorithm>
#include "Logger.h"

Go to the source code of this file.

Classes

class  RinexData
 

Detailed Description

Contains RinexData class definition. A RinexData object contains data for the header and epochs of the RINEX files. Methods are provided to store data into RinexData objects, print them to RINEX files, and to perform the reverse operation: read RINEX files data and store them into RinexData objects.

Copyright 2015 Francisco Cancillo

This file is part of the RXtoRINEX tool.

RXtoRINEX is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. RXtoRINEX is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

A copy of the GNU General Public License can be found at http://www.gnu.org/licenses/.

Ver. |Date |Reason for change

------------------------------—

V1.0 |2/2015 |First release

V2.0 |6/2016 |Added functionality:

|-# For setting values to header records, and observation and navigation epochs.

|-# For reading RINEX files.

|-# For getting data current values from header records and from observation and navigation epochs (useful after reading files).

|-# For filtering observation and navigation epoch data according to selected systems/satellites/observables (useful before printing or getting data).

|Removed functionalities not related to RINEX file processing.

V2.1 |2/2018 |Reviewed to run on Linux