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

Data Structures

struct  RtcmEncoder
 

Functions

void calculateSsrComb (GTime referenceTime, int udi, SSRMeta &ssrMeta, int masterIod, SsrOutMap &ssrOutMap)
 
int setbitsInc (unsigned char *buff, int pos, int len, const int value)
 increasingly set signed bits to byte data
 
int setbituInc (unsigned char *buff, int pos, int len, const unsigned int value)
 increasingly set unsigned bits to byte data
 
int setbitgInc (unsigned char *buff, int pos, int len, const int value)
 increasingly set sign-magnitude bits applied in GLO nav messages
 

Typedefs

typedef map< SatSys, SSREphSsrEphMap
 
typedef map< SatSys, SSRClkSsrClkMap
 
typedef map< SatSys, SSRUraSsrUraMap
 
typedef map< SatSys, SSRHRClkSsrHRClkMap
 
typedef map< SatSys, SSRCodeBiasSsrCBMap
 
typedef map< SatSys, SSRPhasBiasSsrPBMap
 
typedef map< SatSys, SSROutSsrOutMap
 

Typedef Documentation

◆ SsrCBMap

typedef map<SatSys, SSRCodeBias> SsrCBMap

◆ SsrClkMap

typedef map<SatSys, SSRClk> SsrClkMap

◆ SsrEphMap

typedef map<SatSys, SSREph> SsrEphMap

◆ SsrHRClkMap

typedef map<SatSys, SSRHRClk> SsrHRClkMap

◆ SsrOutMap

typedef map<SatSys, SSROut> SsrOutMap

◆ SsrPBMap

typedef map<SatSys, SSRPhasBias> SsrPBMap

◆ SsrUraMap

typedef map<SatSys, SSRUra> SsrUraMap

Function Documentation

◆ calculateSsrComb()

void calculateSsrComb ( GTime referenceTime,
int udi,
SSRMeta & ssrMeta,
int masterIod,
SsrOutMap & ssrOutMap )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setbitgInc()

int setbitgInc ( unsigned char * buff,
int pos,
int len,
const int value )

increasingly set sign-magnitude bits applied in GLO nav messages

Parameters
buffbyte data
posbit position from start of data (bits)
lenbit length (bits) (len<=32)
valuevalue to set
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setbitsInc()

int setbitsInc ( unsigned char * buff,
int pos,
int len,
const int value )

increasingly set signed bits to byte data

Parameters
buffbyte data
posbit position from start of data (bits)
lenbit length (bits) (len<=32)
valuevalue to set
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setbituInc()

int setbituInc ( unsigned char * buff,
int pos,
int len,
const unsigned int value )

increasingly set unsigned bits to byte data

Parameters
buffbyte data
posbit position from start of data (bits)
lenbit length (bits) (len<=32)
valuevalue to set
Here is the call graph for this function:
Here is the caller graph for this function: