SDRAngel
4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
|
#include <crc.h>
Public Member Functions | |
crc8_engine () | |
uint8_t | compute (const uint8_t *buf, int len) |
Private Attributes | |
uint8_t | table [256] |
Static Private Attributes | |
static const uint8_t | POLY_DVBS2_CRC8 = 0xd5 |
|
inline |
Definition at line 31 of file crc.h.
References POLY_DVBS2_CRC8, leansdr::shiftdivmod(), table, and leansdr::bitvect< T, N >::v.
|
staticprivate |
Definition at line 52 of file crc.h.
Referenced by crc8_engine().
|
private |
Definition at line 53 of file crc.h.
Referenced by compute(), and crc8_engine().