gnsstk::ObsID - navigation system, receiver, and file specification independent representation of the types of observation data that can be collected. This class is analogous to the RinexObsType class that is used to represent the observation codes in a RINEX file. It is intended to support at least everything in section 5.1 of the RINEX 3 specifications.
Definition in file ObsID.hpp.
#include <iostream>
#include <iomanip>
#include <sstream>
#include <string>
#include <map>
#include "gnsstk_export.h"
#include "Exception.hpp"
#include "SatID.hpp"
#include "Rinex3ObsBase.hpp"
#include "ObservationType.hpp"
#include "CarrierBand.hpp"
#include "TrackingCode.hpp"
#include "XmitAnt.hpp"
Go to the source code of this file.
Classes | |
class | gnsstk::ObsID |
Namespaces | |
gnsstk | |
For Sinex::InputHistory. | |
gnsstk::StringUtils | |
Functions | |
std::string | gnsstk::StringUtils::asString (const ObsID &id) |
convert this object to a string representation More... | |
std::ostream & | gnsstk::operator<< (std::ostream &s, const ObsID &p) |
stream output for ObsID More... | |