#include "ObsID.hpp"
#include "TestUtil.hpp"
#include "Rinex3ObsHeader.hpp"
#include <iostream>
#include <sstream>
Go to the source code of this file.
Classes | |
class | ObsID_T |
Namespaces | |
gnsstk | |
For Sinex::InputHistory. | |
Macros | |
#define | CBDESCTEST(EXP, CARRIERBAND) TUASSERTE(std::string, EXP, gnsstk::ObsID::cbDesc[CARRIERBAND]) |
#define | OTDESCTEST(EXP, OBSTYPE) TUASSERTE(std::string, EXP, gnsstk::ObsID::otDesc[OBSTYPE]) |
#define | TCDESCTEST(EXP, TRACKINGCODE) TUASSERTE(std::string, EXP, gnsstk::ObsID::tcDesc[TRACKINGCODE]) |
Functions | |
int | main () |
std::ostream & | gnsstk::operator<< (std::ostream &s, CarrierBand e) |
std::ostream & | gnsstk::operator<< (std::ostream &s, gnsstk::ObservationType e) |
std::ostream & | gnsstk::operator<< (std::ostream &s, gnsstk::TrackingCode e) |
std::ostream & | gnsstk::operator<< (std::ostream &s, XmitAnt e) |
#define CBDESCTEST | ( | EXP, | |
CARRIERBAND | |||
) | TUASSERTE(std::string, EXP, gnsstk::ObsID::cbDesc[CARRIERBAND]) |
Definition at line 73 of file ObsID_T.cpp.
#define OTDESCTEST | ( | EXP, | |
OBSTYPE | |||
) | TUASSERTE(std::string, EXP, gnsstk::ObsID::otDesc[OBSTYPE]) |
Definition at line 75 of file ObsID_T.cpp.
#define TCDESCTEST | ( | EXP, | |
TRACKINGCODE | |||
) | TUASSERTE(std::string, EXP, gnsstk::ObsID::tcDesc[TRACKINGCODE]) |
Definition at line 74 of file ObsID_T.cpp.
int main | ( | ) |
Definition at line 459 of file ObsID_T.cpp.