GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
Loading...
Searching...
No Matches
edc.h File Reference

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)

Detailed Description

Utilities for CRC computation of the libswiftnav library.

Author
Fergus Noble fergu.nosp@m.s@sw.nosp@m.ift-n.nosp@m.av.c.nosp@m.om

GNSS-SDR is a Global Navigation Satellite System software-defined receiver. This file is part of GNSS-SDR.

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 fergu.nosp@m.s@sw.nosp@m.ift-n.nosp@m.av.c.nosp@m.om

SPDX-License-Identifier: LGPL-3.0-only

Definition in file edc.h.