![]() |
GNSS-SDR
0.0.13
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.
Copyright (C) 2010 Swift Navigation Inc. Contact: Fergus Noble fergus@swift-nav.com
GNSS-SDR is a software defined Global Navigation Satellite Systems receiver
This file is part of GNSS-SDR.
SPDX-License-Identifier: LGPL-3.0-only
Definition in file edc.h.
1.8.14