Encapsulate header of Rinex observation file, including I/O
Definition in file RinexObsHeader.hpp.
#include <vector>
#include <list>
#include <map>
#include <iostream>
#include <iomanip>
#include "gnsstk_export.h"
#include "CommonTime.hpp"
#include "FFStream.hpp"
#include "RinexObsBase.hpp"
#include "Triple.hpp"
#include "RinexSatID.hpp"
Go to the source code of this file.
Classes | |
struct | gnsstk::ExtraWaveFact |
RINEX 2 extra "WAVELENGTH FACT" lines. More... | |
class | gnsstk::RinexObsHeader |
struct | gnsstk::RinexObsType |
RINEX Observation Types. More... | |
Namespaces | |
gnsstk | |
For Sinex::InputHistory. | |
Macros | |
#define | GNSSTK_EXTRAWAVEFACT |
Functions | |
void | gnsstk::DisplayExtendedRinexObsTypes (std::ostream &s) |
Pretty print a list of registered extended Rinex observation types. More... | |
void | gnsstk::DisplayStandardRinexObsTypes (std::ostream &s) |
Pretty print a list of standard Rinex observation types. More... | |
bool | gnsstk::operator< (const RinexObsType &x, const RinexObsType &y) |
operator < for RinexObsType More... | |
std::ostream & | gnsstk::operator<< (std::ostream &s, const RinexObsType rot) |
operator << for RinexObsType More... | |
bool | gnsstk::operator== (const RinexObsType &x, const RinexObsType &y) |
operator == for RinexObsType More... | |
int | gnsstk::RegisterExtendedRinexObsType (std::string t, std::string d=std::string("(undefined)"), std::string u=std::string("undefined"), unsigned int dep=0) |
Function to allow user to define a new RINEX observation type. More... | |
#define GNSSTK_EXTRAWAVEFACT |
Definition at line 90 of file RinexObsHeader.hpp.