Ginan
Loading...
Searching...
No Matches
otherSSR.hpp File Reference

Functions

int decodecompactSSR (vector< unsigned char > &data, GTime now)
 
E_ReturnType decodeigsSSR (vector< unsigned char > &data, GTime now)
 
vector< uint8_t > encodecompactMSK (map< SatSys, SSROut > &orbClkMap, map< SatSys, SSRCodeBias > &codBiaMap, map< SatSys, SSRPhasBias > &phsBiaMap, SSRAtm ssrAtm, int updateIntIndex)
 
vector< uint8_t > encodecompactORB (map< SatSys, SSROut > &orbClkMap, int updateIntIndex, bool last)
 
vector< uint8_t > encodecompactCLK (map< SatSys, SSROut > &orbClkMap, int updateIntIndex, bool last)
 
vector< uint8_t > encodecompactURA (map< SatSys, SSROut > &orbClkMap, int updateIntIndex, bool last)
 
vector< uint8_t > encodecompactCMB (map< SatSys, SSROut > &orbClkMap, int updateIntIndex, bool last)
 Encode hybrid orbit and clock message warning: Only global mode supported warning: Requires both orbit and clocks use subtype 2 and 3 for orbit-only or clock-only messages.
 
vector< uint8_t > encodecompactCOD (map< SatSys, SSRCodeBias > &codBiaMap, int updateIntIndex, bool last)
 
vector< uint8_t > encodecompactPHS (map< SatSys, SSRPhasBias > &phsBiaMap, int updateIntIndex, bool last)
 
vector< uint8_t > encodecompactBIA (map< SatSys, SSRCodeBias > &codBiaMap, map< SatSys, SSRPhasBias > &phsBiaMap, int updateIntIndex, bool last)
 Encode hybrid code and phase bias message warning 1: Currently only global mode supported.
 
vector< uint8_t > encodecompactTEC (SSRMeta &ssrMeta, int regId, SSRAtmRegion &ssrAtmReg, int updateIntIndex, bool last)
 
vector< uint8_t > encodecompactGRD (SSRMeta &ssrMeta, int regId, SSRAtmRegion &ssrAtmReg, int updateIntIndex, bool last)
 
vector< uint8_t > encodecompactATM (SSRMeta &ssrMeta, int regId, SSRAtmRegion &ssrAtmReg, int updateIntIndex, bool last)
 
vector< uint8_t > encodecompactSRV (SSRAtm &ssrAtm)
 
unsigned short IGS_SSR_subtype (IgsSSRSubtype type, E_Sys sys)
 
IgsSSRSubtype IGS_SSR_group (IgsSSRSubtype subType, E_Sys &sys)
 
vector< uint8_t > encodeIGS_ORB (map< SatSys, SSROut > &orbClkMap, E_Sys sys, bool last)
 
vector< uint8_t > encodeIGS_CLK (map< SatSys, SSROut > &orbClkMap, E_Sys sys, bool last)
 
vector< uint8_t > encodeIGS_CMB (map< SatSys, SSROut > &orbClkMap, E_Sys sys, bool last)
 
vector< uint8_t > encodeIGS_HRC (map< SatSys, SSROut > &orbClkMap, E_Sys sys, bool last)
 
vector< uint8_t > encodeIGS_COD (map< SatSys, SSRCodeBias > &codBiaMap, E_Sys sys, bool last)
 
vector< uint8_t > encodeIGS_PHS (map< SatSys, SSRPhasBias > &phsBiaMap, E_Sys sys, bool last)
 
vector< uint8_t > encodeIGS_URA (map< SatSys, SSRUra > &uraMap, E_Sys sys, bool last)
 
vector< uint8_t > encodeIGS_ATM (SSRAtm &ssrAtm, bool last)
 
double checkPhaseDisc (SatSys Sat, E_ObsCode code, double bias, int disc, int regn)
 

Function Documentation

◆ checkPhaseDisc()

double checkPhaseDisc ( SatSys Sat,
E_ObsCode code,
double bias,
int disc,
int regn )

◆ decodecompactSSR()

int decodecompactSSR ( vector< unsigned char > & data,
GTime now )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ decodeigsSSR()

E_ReturnType decodeigsSSR ( vector< unsigned char > & data,
GTime now )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ encodecompactATM()

vector< uint8_t > encodecompactATM ( SSRMeta & ssrMeta,
int regId,
SSRAtmRegion & ssrAtmReg,
int updateIntIndex,
bool last )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ encodecompactBIA()

vector< uint8_t > encodecompactBIA ( map< SatSys, SSRCodeBias > & codBiaMap,
map< SatSys, SSRPhasBias > & phsBiaMap,
int updateIntIndex,
bool last )

Encode hybrid code and phase bias message warning 1: Currently only global mode supported.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ encodecompactCLK()

vector< uint8_t > encodecompactCLK ( map< SatSys, SSROut > & orbClkMap,
int updateIntIndex,
bool last )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ encodecompactCMB()

vector< uint8_t > encodecompactCMB ( map< SatSys, SSROut > & orbClkMap,
int updateIntIndex,
bool last )

Encode hybrid orbit and clock message warning: Only global mode supported warning: Requires both orbit and clocks use subtype 2 and 3 for orbit-only or clock-only messages.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ encodecompactCOD()

vector< uint8_t > encodecompactCOD ( map< SatSys, SSRCodeBias > & codBiaMap,
int updateIntIndex,
bool last )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ encodecompactGRD()

vector< uint8_t > encodecompactGRD ( SSRMeta & ssrMeta,
int regId,
SSRAtmRegion & ssrAtmReg,
int updateIntIndex,
bool last )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ encodecompactMSK()

vector< uint8_t > encodecompactMSK ( map< SatSys, SSROut > & orbClkMap,
map< SatSys, SSRCodeBias > & codBiaMap,
map< SatSys, SSRPhasBias > & phsBiaMap,
SSRAtm ssrAtm,
int updateIntIndex )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ encodecompactORB()

vector< uint8_t > encodecompactORB ( map< SatSys, SSROut > & orbClkMap,
int updateIntIndex,
bool last )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ encodecompactPHS()

vector< uint8_t > encodecompactPHS ( map< SatSys, SSRPhasBias > & phsBiaMap,
int updateIntIndex,
bool last )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ encodecompactSRV()

vector< uint8_t > encodecompactSRV ( SSRAtm & ssrAtm)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ encodecompactTEC()

vector< uint8_t > encodecompactTEC ( SSRMeta & ssrMeta,
int regId,
SSRAtmRegion & ssrAtmReg,
int updateIntIndex,
bool last )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ encodecompactURA()

vector< uint8_t > encodecompactURA ( map< SatSys, SSROut > & orbClkMap,
int updateIntIndex,
bool last )
Here is the caller graph for this function:

◆ encodeIGS_ATM()

vector< uint8_t > encodeIGS_ATM ( SSRAtm & ssrAtm,
bool last )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ encodeIGS_CLK()

vector< uint8_t > encodeIGS_CLK ( map< SatSys, SSROut > & orbClkMap,
E_Sys sys,
bool last )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ encodeIGS_CMB()

vector< uint8_t > encodeIGS_CMB ( map< SatSys, SSROut > & orbClkMap,
E_Sys sys,
bool last )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ encodeIGS_COD()

vector< uint8_t > encodeIGS_COD ( map< SatSys, SSRCodeBias > & codBiaMap,
E_Sys sys,
bool last )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ encodeIGS_HRC()

vector< uint8_t > encodeIGS_HRC ( map< SatSys, SSROut > & orbClkMap,
E_Sys sys,
bool last )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ encodeIGS_ORB()

vector< uint8_t > encodeIGS_ORB ( map< SatSys, SSROut > & orbClkMap,
E_Sys sys,
bool last )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ encodeIGS_PHS()

vector< uint8_t > encodeIGS_PHS ( map< SatSys, SSRPhasBias > & phsBiaMap,
E_Sys sys,
bool last )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ encodeIGS_URA()

vector< uint8_t > encodeIGS_URA ( map< SatSys, SSRUra > & uraMap,
E_Sys sys,
bool last )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ IGS_SSR_group()

IgsSSRSubtype IGS_SSR_group ( IgsSSRSubtype subType,
E_Sys & sys )
Here is the caller graph for this function:

◆ IGS_SSR_subtype()

unsigned short IGS_SSR_subtype ( IgsSSRSubtype type,
E_Sys sys )
Here is the caller graph for this function: