GNU Radio's GSM Package
|
structure describing a given CRC code of max 8 bits More...
#include <crc8gen.h>
Public Attributes | |
int | bits |
Actual number of bits of the CRC. More... | |
uint8_t | poly |
Polynom (normal representation, MSB omitted. More... | |
uint8_t | init |
Initialization value of the CRC state. More... | |
uint8_t | remainder |
Remainder of the CRC (final XOR) More... | |
structure describing a given CRC code of max 8 bits
int osmo_crc8gen_code::bits |
Actual number of bits of the CRC.
uint8_t osmo_crc8gen_code::init |
Initialization value of the CRC state.
uint8_t osmo_crc8gen_code::poly |
Polynom (normal representation, MSB omitted.
uint8_t osmo_crc8gen_code::remainder |
Remainder of the CRC (final XOR)