![]() |
GNSS-SDR
0.0.19
An Open Source GNSS Software Defined Receiver
|
Utilities for CRC computation of the libswiftnav library. More...
#include "swift_common.h"Go to the source code of this file.
Functions | |
| uint32_t | crc24q (const uint8_t *buf, uint32_t len, uint32_t crc) |
| uint32_t | crc24q_bits (uint32_t crc, const uint8_t *buf, uint32_t n_bits, bool invert) |
Utilities for CRC computation of the libswiftnav library.
This file was originally borrowed from libswiftnav https://github.com/swift-nav/libswiftnav, a portable C library implementing GNSS related functions and algorithms, and then modified by J. Arribas and C. Fernandez
Copyright (C) 2010 Swift Navigation Inc. Contact: Fergus Noble fergus@swift-nav.com
SPDX-License-Identifier: LGPL-3.0-only
Definition in file edc.h.
1.8.14