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

Data Structures

struct  Sp3Entry
 
struct  Sp3FileData
 

Functions

void writeSp3Header (std::fstream &sp3Stream, map< int, Sp3Entry > &entryList, GTime time, map< E_Sys, bool > &outSys, Sp3FileData &sp3FileData)
 
void updateSp3Body (string filename, map< int, Sp3Entry > &entryList, GTime time, map< E_Sys, bool > &outSys)
 
void writeSysSetSp3 (string filename, GTime time, map< E_Sys, bool > &outSys, vector< E_Source > sp3OrbitSrcs, vector< E_Source > sp3ClockSrcs, KFState *kfState_ptr, bool predicted)
 
void outputSp3 (string filename, GTime time, vector< E_Source > sp3OrbitSrcs, vector< E_Source > sp3ClockSrcs, KFState *kfState_ptr, bool predicted)
 

Function Documentation

◆ outputSp3()

void outputSp3 ( string filename,
GTime time,
vector< E_Source > sp3OrbitSrcs,
vector< E_Source > sp3ClockSrcs,
KFState * kfState_ptr,
bool predicted )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ updateSp3Body()

void updateSp3Body ( string filename,
map< int, Sp3Entry > & entryList,
GTime time,
map< E_Sys, bool > & outSys )
Parameters
filenamePath to output file.
entryListList of data to print.
timeEpoch time.
outSysSystems to include in file.
Here is the call graph for this function:
Here is the caller graph for this function:

◆ writeSp3Header()

void writeSp3Header ( std::fstream & sp3Stream,
map< int, Sp3Entry > & entryList,
GTime time,
map< E_Sys, bool > & outSys,
Sp3FileData & sp3FileData )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ writeSysSetSp3()

void writeSysSetSp3 ( string filename,
GTime time,
map< E_Sys, bool > & outSys,
vector< E_Source > sp3OrbitSrcs,
vector< E_Source > sp3ClockSrcs,
KFState * kfState_ptr,
bool predicted )
Here is the call graph for this function:
Here is the caller graph for this function: