GNU Radio's GSM Package
osmo_crc64gen_code Struct Reference

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

#include <crc64gen.h>

Public Attributes

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

Detailed Description

structure describing a given CRC code of max 64 bits

Member Data Documentation

◆ bits

int osmo_crc64gen_code::bits

Actual number of bits of the CRC.

◆ init

uint64_t osmo_crc64gen_code::init

Initialization value of the CRC state.

◆ poly

uint64_t osmo_crc64gen_code::poly

Polynom (normal representation, MSB omitted.

◆ remainder

uint64_t osmo_crc64gen_code::remainder

Remainder of the CRC (final XOR)


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