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.
|
#include <string>
#include <forward_list>
#include <vector>
Go to the source code of this file.
Classes | |
class | Option |
Option class defines an abstract type for storing options in an ArgParser container. More... | |
class | ArgParser |
Contains the ArgParser class definition. An ArgParser object is a container for the command line options and operands passed to a program through argv.
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
V1.1 |2/2016 |Minor changes: const string used for messages