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

Data Structures

struct  RinexOutput
 

Functions

string rinexSysDesc (E_Sys sys)
 
void updateRinexObsHeader (RinexOutput &rinexOutput, std::fstream &rinexStream, GTime &firstObsTime)
 
void writeRinexObsHeader (RinexOutput &fileData, SinexRecData &snx, std::fstream &rinexStream, GTime &firstObsTime, const double rnxver)
 
void writeRinexObsBody (RinexOutput &fileData, std::fstream &rinexStream, ObsList &obsList, GTime &time, map< E_Sys, bool > &sysMap)
 
bool updateRinexObsOutput (RinexOutput &rinexOutput, ObsList &obsList, map< E_Sys, bool > sysMap)
 
void writeRinexObsFile (RinexOutput &fileData, SinexRecData &snx, string fileName, ObsList &obsList, GTime &time, map< E_Sys, bool > sysMap, const double rnxver)
 
void writeRinexObs (string &id, SinexRecData &snx, GTime &time, ObsList &obsList, const double rnxver)
 

Function Documentation

◆ rinexSysDesc()

string rinexSysDesc ( E_Sys sys)
Here is the caller graph for this function:

◆ updateRinexObsHeader()

void updateRinexObsHeader ( RinexOutput & rinexOutput,
std::fstream & rinexStream,
GTime & firstObsTime )
Here is the caller graph for this function:

◆ updateRinexObsOutput()

bool updateRinexObsOutput ( RinexOutput & rinexOutput,
ObsList & obsList,
map< E_Sys, bool > sysMap )
Parameters
rinexOutputInformation for writing file.
obsListList of observation data
sysMapOptions to enable outputting specific systems
Here is the caller graph for this function:

◆ writeRinexObs()

void writeRinexObs ( string & id,
SinexRecData & snx,
GTime & time,
ObsList & obsList,
const double rnxver )
Here is the call graph for this function:

◆ writeRinexObsBody()

void writeRinexObsBody ( RinexOutput & fileData,
std::fstream & rinexStream,
ObsList & obsList,
GTime & time,
map< E_Sys, bool > & sysMap )
Here is the caller graph for this function:

◆ writeRinexObsFile()

void writeRinexObsFile ( RinexOutput & fileData,
SinexRecData & snx,
string fileName,
ObsList & obsList,
GTime & time,
map< E_Sys, bool > sysMap,
const double rnxver )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ writeRinexObsHeader()

void writeRinexObsHeader ( RinexOutput & fileData,
SinexRecData & snx,
std::fstream & rinexStream,
GTime & firstObsTime,
const double rnxver )
Here is the call graph for this function:
Here is the caller graph for this function: