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

Functions

SatSys sbsID2Sat (unsigned int id)
 
unsigned int bin2unsigned (vector< unsigned char > &data, int init, int size)
 
int bin2signed (vector< unsigned char > &data, int init, int size)
 
int bin2float (vector< unsigned char > &data, int init)
 
int bin2double (vector< unsigned char > &data, int init)
 
std::string val2Hex (unsigned char val)
 
void decodeGEORawL1 (GTime time, vector< unsigned char > &data)
 
void decodeGEORawL5 (GTime time, vector< unsigned char > &data)
 
void decodeGPSNav (GTime time, vector< unsigned char > &data)
 
void decodeGPSIon (GTime time, vector< unsigned char > &data)
 
void decodeGPSUtc (GTime time, vector< unsigned char > &data)
 
void decodeGALNav (GTime time, vector< unsigned char > &data)
 
void decodeGALIon (GTime time, vector< unsigned char > &data)
 
void decodeGALUtc (GTime time, vector< unsigned char > &data)
 
void decodeGALGstGps (GTime time, vector< unsigned char > &data)
 
void decodeBDSNav (GTime time, vector< unsigned char > &data)
 
void decodeBDSIon (GTime time, vector< unsigned char > &data)
 
void decodeBDSUtc (GTime time, vector< unsigned char > &data)
 
void decodeQZSNav (GTime time, vector< unsigned char > &data)
 

Function Documentation

◆ bin2double()

int bin2double ( vector< unsigned char > & data,
int init )
Here is the caller graph for this function:

◆ bin2float()

int bin2float ( vector< unsigned char > & data,
int init )
Here is the caller graph for this function:

◆ bin2signed()

int bin2signed ( vector< unsigned char > & data,
int init,
int size )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ bin2unsigned()

unsigned int bin2unsigned ( vector< unsigned char > & data,
int init,
int size )
Here is the caller graph for this function:

◆ decodeBDSIon()

void decodeBDSIon ( GTime time,
vector< unsigned char > & data )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ decodeBDSNav()

void decodeBDSNav ( GTime time,
vector< unsigned char > & data )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ decodeBDSUtc()

void decodeBDSUtc ( GTime time,
vector< unsigned char > & data )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ decodeGALGstGps()

void decodeGALGstGps ( GTime time,
vector< unsigned char > & data )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ decodeGALIon()

void decodeGALIon ( GTime time,
vector< unsigned char > & data )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ decodeGALNav()

void decodeGALNav ( GTime time,
vector< unsigned char > & data )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ decodeGALUtc()

void decodeGALUtc ( GTime time,
vector< unsigned char > & data )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ decodeGEORawL1()

void decodeGEORawL1 ( GTime time,
vector< unsigned char > & data )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ decodeGEORawL5()

void decodeGEORawL5 ( GTime time,
vector< unsigned char > & data )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ decodeGPSIon()

void decodeGPSIon ( GTime time,
vector< unsigned char > & data )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ decodeGPSNav()

void decodeGPSNav ( GTime time,
vector< unsigned char > & data )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ decodeGPSUtc()

void decodeGPSUtc ( GTime time,
vector< unsigned char > & data )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ decodeQZSNav()

void decodeQZSNav ( GTime time,
vector< unsigned char > & data )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ sbsID2Sat()

SatSys sbsID2Sat ( unsigned int id)
Here is the caller graph for this function:

◆ val2Hex()

std::string val2Hex ( unsigned char val)
Here is the caller graph for this function: