![]() |
Ginan
|
Functions | |
| FileType | RTCM__ () |
| FileType | SSR__ () |
| double | lockTimeFromIndicator (int indicator) |
| double | highResLockTimeFromIndicator (int indicator) |
| unsigned int | getbitu (const unsigned char *buff, int pos, int len) |
| extract unsigned bits from byte data | |
| unsigned int | getbitu (vector< unsigned char > &buff, int pos, int len) |
| extract unsigned bits from RTCM messages | |
| int | getbits (const unsigned char *buff, int pos, int len, bool *failure_ptr) |
| extract signed bits from byte data | |
| unsigned int | getbituInc (const unsigned char *buff, int &pos, int len) |
| increasingly extract unsigned bits from byte data | |
| unsigned int | getbituInc (vector< unsigned char > &buff, int &pos, int len) |
| increasingly extract unsigned bits from RTCM messages | |
| int | getbitsInc (const unsigned char *buff, int &pos, int len, bool *failure_ptr) |
| increasingly extract signed bits from byte data | |
| int | getbitsInc (vector< unsigned char > &buff, int &pos, int len, bool *failure_ptr) |
| increasingly extract signed bits from RTCM messages | |
| double | getbitsIncScale (vector< unsigned char > &buff, int &pos, int len, double scale, bool *failure_ptr) |
| increasingly extract signed bits from RTCM messages with scale factor/resolution applied | |
| double | getbituIncScale (vector< unsigned char > &buff, int &pos, int len, double scale) |
| increasingly extract unsigned bits from RTCM messages with scale factor/resolution applied | |
| int | getbitg (const unsigned char *buff, int pos, int len) |
| extract sign-magnitude bits applied in GLO nav messages from byte data | |
| int | getbitgInc (const unsigned char *buff, int &pos, int len) |
| increasingly extract sign-magnitude bits applied in GLO nav messages from byte data | |
| int | getbitgInc (vector< unsigned char > &buff, int &pos, int len) |
| increasingly extract sign-magnitude bits applied in GLO nav messages from RTCM messages | |
extract sign-magnitude bits applied in GLO nav messages from byte data
| buff | byte data |
| pos | bit position from start of data (bits) |
| len | bit length (bits) (len<=32) |
increasingly extract sign-magnitude bits applied in GLO nav messages from byte data
| buff | byte data |
| pos | bit position from start of data (bits) |
| len | bit length (bits) (len<=32) |
increasingly extract sign-magnitude bits applied in GLO nav messages from RTCM messages
| buff | byte data |
| pos | bit position from start of data (bits) |
| len | bit length (bits) (len<=32) |
extract signed bits from byte data
| buff | byte data |
| pos | bit position from start of data (bits) |
| len | bit length (bits) (len<=32) |
| failure_ptr | pointer for failure flag |
increasingly extract signed bits from byte data
| buff | byte data |
| pos | bit position from start of data (bits) |
| len | bit length (bits) (len<=32) |
| failure_ptr | pointer for failure flag |
increasingly extract signed bits from RTCM messages
| buff | byte data |
| pos | bit position from start of data (bits) |
| len | bit length (bits) (len<=32) |
| failure_ptr | pointer for failure flag |
| double getbitsIncScale | ( | vector< unsigned char > & | buff, |
| int & | pos, | ||
| int | len, | ||
| double | scale, | ||
| bool * | failure_ptr ) |
increasingly extract signed bits from RTCM messages with scale factor/resolution applied
| buff | byte data |
| pos | bit position from start of data (bits) |
| len | bit length (bits) (len<=32) |
| scale | scale factor/resolution |
| failure_ptr | pointer for failure flag |
extract unsigned bits from byte data
| buff | byte data |
| pos | bit position from start of data (bits) |
| len | bit length (bits) (len<=32) |
extract unsigned bits from RTCM messages
| buff | RTCM messages |
| pos | bit position from start of data (bits) |
| len | bit length (bits) (len<=32) |
increasingly extract unsigned bits from byte data
| buff | byte data |
| pos | bit position from start of data (bits) |
| len | bit length (bits) (len<=32) |
increasingly extract unsigned bits from RTCM messages
| buff | byte data |
| pos | bit position from start of data (bits) |
| len | bit length (bits) (len<=32) |
increasingly extract unsigned bits from RTCM messages with scale factor/resolution applied
| buff | byte data |
| pos | bit position from start of data (bits) |
| len | bit length (bits) (len<=32) |
| scale | scale factor/resolution |
| double highResLockTimeFromIndicator | ( | int | indicator | ) |
| double lockTimeFromIndicator | ( | int | indicator | ) |
| FileType RTCM__ | ( | ) |
| FileType SSR__ | ( | ) |