Ginan
Loading...
Searching...
No Matches
SinexParser Struct Reference
Inheritance diagram for SinexParser:
Collaboration diagram for SinexParser:

Public Member Functions

void nearestYear (double &year)
 
void nullFunction (string &s)
 
void parseSinexEstimates (string &s)
 
void parseSinexEstimateMatrix (string &s)
 
void parseSinexDiscontinuities (string &s)
 
void parse (std::istream &inputStream)
 
string parserType ()
 
- Public Member Functions inherited from Parser
virtual ~Parser ()=default
 

Data Fields

map< int, tuple< GTime, KFKey > > parameterMap
 
map< GTime, map< KFKey, tuple< double, map< KFKey, double > > > > valueMap
 
map< GTime, map< string, DiscontinuityObject > > discontinuityMap
 
- Data Fields inherited from ObsLister
list< ObsListobsListList
 

Member Function Documentation

◆ nearestYear()

void SinexParser::nearestYear ( double & year)
inline
Here is the caller graph for this function:

◆ nullFunction()

void SinexParser::nullFunction ( string & s)
inline
Here is the caller graph for this function:

◆ parse()

void SinexParser::parse ( std::istream & inputStream)
inlinevirtual

Implements Parser.

Here is the call graph for this function:

◆ parserType()

string SinexParser::parserType ( )
inlinevirtual

Implements Parser.

◆ parseSinexDiscontinuities()

void SinexParser::parseSinexDiscontinuities ( string & s)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ parseSinexEstimateMatrix()

void SinexParser::parseSinexEstimateMatrix ( string & s)
Here is the caller graph for this function:

◆ parseSinexEstimates()

void SinexParser::parseSinexEstimates ( string & s)
Here is the call graph for this function:
Here is the caller graph for this function:

Field Documentation

◆ discontinuityMap

map<GTime, map<string, DiscontinuityObject> > SinexParser::discontinuityMap

◆ parameterMap

map<int, tuple<GTime, KFKey> > SinexParser::parameterMap

◆ valueMap

map<GTime, map<KFKey, tuple<double, map<KFKey, double> > > > SinexParser::valueMap

The documentation for this struct was generated from the following files: