GNU Radio's GSM Package
osmo_crc32gen_code Struct Reference

structure describing a given CRC code of max 32 bits More...

#include <crc32gen.h>

Public Attributes

int bits
 Actual number of bits of the CRC. More...
 
uint32_t poly
 Polynom (normal representation, MSB omitted. More...
 
uint32_t init
 Initialization value of the CRC state. More...
 
uint32_t remainder
 Remainder of the CRC (final XOR) More...
 

Detailed Description

structure describing a given CRC code of max 32 bits

Member Data Documentation

◆ bits

int osmo_crc32gen_code::bits

Actual number of bits of the CRC.

◆ init

uint32_t osmo_crc32gen_code::init

Initialization value of the CRC state.

◆ poly

uint32_t osmo_crc32gen_code::poly

Polynom (normal representation, MSB omitted.

◆ remainder

uint32_t osmo_crc32gen_code::remainder

Remainder of the CRC (final XOR)


The documentation for this struct was generated from the following file: