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