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

Data Structures

struct  ClockEntry
 
struct  ClockList
 

Functions

void outputRinexClocksBody (string &filename, ClockList &clkEntryList, const GTime &time)
 
void getKalmanSatClks (ClockList &clkEntryList, map< E_Sys, bool > &outSys, KFState &kfState)
 
void getKalmanRecClks (ClockList &clkEntryList, ClockEntry &referenceRec, KFState &kfState)
 
void getPreciseRecClks (ClockList &clkEntryList, ReceiverMap *receiverMap_ptr, const GTime &time)
 
void getSatClksFromEph (ClockList &clkEntryList, const GTime &time, map< E_Sys, bool > &outSys, vector< E_Source > ephType)
 
void outputRinexClocksHeader (string &filename, ClockList &clkEntryList, ClockEntry &referenceRec, map< E_Sys, bool > &sysMap, GTime time)
 
void outputClocksSet (string filename, vector< E_Source > clkDataRecSrcs, vector< E_Source > clkDataSatSrcs, const GTime &time, map< E_Sys, bool > &outSys, KFState &kfState, ReceiverMap *receiverMap_ptr)
 
map< string, map< E_Sys, bool > > getSysOutputFilenames (string filename, GTime logtime, bool replaceSys, string id)
 
void outputClocks (string filename, const GTime &time, vector< E_Source > clkDataRecSrcs, vector< E_Source > clkDataSatSrcs, KFState &kfState, ReceiverMap *receiverMap_ptr)
 

Function Documentation

◆ getKalmanRecClks()

void getKalmanRecClks ( ClockList & clkEntryList,
ClockEntry & referenceRec,
KFState & kfState )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getKalmanSatClks()

void getKalmanSatClks ( ClockList & clkEntryList,
map< E_Sys, bool > & outSys,
KFState & kfState )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getPreciseRecClks()

void getPreciseRecClks ( ClockList & clkEntryList,
ReceiverMap * receiverMap_ptr,
const GTime & time )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getSatClksFromEph()

void getSatClksFromEph ( ClockList & clkEntryList,
const GTime & time,
map< E_Sys, bool > & outSys,
vector< E_Source > ephType )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getSysOutputFilenames()

map< string, map< E_Sys, bool > > getSysOutputFilenames ( string filename,
GTime logtime,
bool replaceSys,
string id )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ outputClocks()

void outputClocks ( string filename,
const GTime & time,
vector< E_Source > clkDataRecSrcs,
vector< E_Source > clkDataSatSrcs,
KFState & kfState,
ReceiverMap * receiverMap_ptr )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ outputClocksSet()

void outputClocksSet ( string filename,
vector< E_Source > clkDataRecSrcs,
vector< E_Source > clkDataSatSrcs,
const GTime & time,
map< E_Sys, bool > & outSys,
KFState & kfState,
ReceiverMap * receiverMap_ptr )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ outputRinexClocksBody()

void outputRinexClocksBody ( string & filename,
ClockList & clkEntryList,
const GTime & time )
Parameters
filenamePath to output file.
clkEntryListList of data to print.
timeEpoch time.
Here is the caller graph for this function:

◆ outputRinexClocksHeader()

void outputRinexClocksHeader ( string & filename,
ClockList & clkEntryList,
ClockEntry & referenceRec,
map< E_Sys, bool > & sysMap,
GTime time )
Parameters
filenamePath of tile to output to
clkEntryListList of clock values to output
referenceRecEntry for the reference receiver
sysMapOptions to enable outputting of specific systems
timeEpoch time
Here is the call graph for this function:
Here is the caller graph for this function: