Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the source code of this file.
Functions | |
unsigned int | crc24q (const unsigned char *buff, int len) |
unsigned int | RTCMgetbitu (unsigned char *buff, int pos, int lenb) |
Variables | |
static const unsigned int | tbl_CRC24Q [] |
unsigned int crc24q | ( | const unsigned char * | buff, |
int | len | ||
) |
Definition at line 44 of file CRC24Q.h.
References buff, crc, and tbl_CRC24Q.
unsigned int RTCMgetbitu | ( | unsigned char * | buff, |
int | pos, | ||
int | lenb | ||
) |
Definition at line 54 of file CRC24Q.h.
References buff.
Referenced by gps_ubx_parse_nav_relposned(), and gps_ubx_parse_rxm_rtcm().