Go to the documentation of this file.
44 #ifndef GNSSTK_RINEXMETDATA_HPP
45 #define GNSSTK_RINEXMETDATA_HPP
53 #include "gnsstk_export.h"
81 virtual bool isData(
void)
const {
return true; }
93 virtual void dump(std::ostream& s)
const;
101 typedef std::map<RinexMetHeader::RinexMetType, double>
RinexMetMap;
virtual std::string stableText() const
const Epoch BEGINNING_OF_TIME(CommonTime::BEGINNING_OF_TIME)
Earliest representable Epoch.
CommonTime parseTime(const std::string &line, double version) const
static const GNSSTK_EXPORT int maxObsPerLine
The maximum number of obs per line before you need a new line.
virtual void reallyGetRecord(FFStream &s)
static const GNSSTK_EXPORT int maxObsPerContinuationLine
std::map< RinexMetHeader::RinexMetType, double > RinexMetMap
CommonTime time
The time this data was recorded, in GPS time system.
string version(string("2.4 9/23/15 rev"))
bool operator<(const RinexMetData &right) const
less-than operator, for use with STL sort()
void processFirstLine(const std::string &line, const RinexMetHeader &hdr, double version)
virtual bool isData(void) const
RinexMetData is "data" so this function always returns true.
RinexMetMap data
The data itself in map form.
void processContinuationLine(const std::string &line, const RinexMetHeader &hdr)
virtual void dump(std::ostream &s) const
std::string writeTime(const CommonTime &dtd, double version=2.11) const
void reallyPutRecord(FFStream &s) const
gnsstk
Author(s):
autogenerated on Wed Oct 25 2023 02:40:41