Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
CRC24Q.h File Reference

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 []
 

Function Documentation

◆ crc24q()

unsigned int crc24q ( const unsigned char *  buff,
int  len 
)

Definition at line 44 of file CRC24Q.h.

References buff, crc, and tbl_CRC24Q.

◆ RTCMgetbitu()

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().

+ Here is the caller graph for this function:

Variable Documentation

◆ tbl_CRC24Q

const unsigned int tbl_CRC24Q[]
static

Definition at line 1 of file CRC24Q.h.

Referenced by crc24q().