Ginan
Loading...
Searching...
No Matches
biasSINEXread.cpp File Reference

Functions

E_ObsCode str2code (string &input, E_MeasType &measType)
 Convert observation code string to enum code.
 
GTime sinex_time_text (string &line, E_TimeSys tsys)
 Convert time string in bias SINEX to gtime struct.
 
void read_biasSINEX_head (const char *buff)
 Read header line in bias SINEX file.
 
bool read_biasSINEX_line (char *buff, E_TimeSys tsys)
 Read data line in bias SINEX file.
 
bool readBiasSinex (string &filename)
 Read single bias SINEX file.
 

Function Documentation

◆ read_biasSINEX_head()

void read_biasSINEX_head ( const char * buff)

Read header line in bias SINEX file.

Parameters
buffLine to read
Here is the caller graph for this function:

◆ read_biasSINEX_line()

bool read_biasSINEX_line ( char * buff,
E_TimeSys tsys )

Read data line in bias SINEX file.

Parameters
buffLine to read
tsystime system "UTC", "TAI", etc.
Here is the call graph for this function:
Here is the caller graph for this function:

◆ readBiasSinex()

bool readBiasSinex ( string & filename)

Read single bias SINEX file.

Parameters
filenameFile to read
Here is the call graph for this function:
Here is the caller graph for this function:

◆ sinex_time_text()

GTime sinex_time_text ( string & line,
E_TimeSys tsys )

Convert time string in bias SINEX to gtime struct.

Parameters
lineline to read
tsystime system
Here is the call graph for this function:
Here is the caller graph for this function:

◆ str2code()

E_ObsCode str2code ( string & input,
E_MeasType & measType )

Convert observation code string to enum code.

Parameters
inputThe input observation code string
measTypeMeasurement type of this observation - CODE/PHAS - as output
Here is the caller graph for this function: