Home
last modified time | relevance | path

Searched refs:hsGlonassCodPhsBias (Results 1 – 2 of 2) sorted by relevance

/dports/astro/gpstk/GPSTk-8.0.0/core/lib/FileHandling/RINEX3/
H A DRinex3ObsHeader.cpp90 const string Rinex3ObsHeader::hsGlonassCodPhsBias = "GLONASS COD/PHS/BIS"; member in gpstk::Rinex3ObsHeader
954 line += hsGlonassCodPhsBias; in writeHeaderRecords()
1475 else if(label == hsGlonassCodPhsBias || label == hsGlonassCodPhsBias+"#") in parseHeaderRecord()
2637 lineMap[hsGlonassCodPhsBias] = true; in compare()
2780 case validGlonassCodPhsBias: return hsGlonassCodPhsBias; in asString()
2822 if (s == hsGlonassCodPhsBias) return validGlonassCodPhsBias; in asField()
H A DRinex3ObsHeader.hpp196 static const std::string hsGlonassCodPhsBias; ///< GLONASS COD/PHS/BIS member in gpstk::Rinex3ObsHeader