GNU Radio's DAB Package
crc16.h
Go to the documentation of this file.
1
#ifndef _CRC16_H
2
#define _CRC16_H
3
4
uint16_t
crc16
(
const
char
*bitstream,
int
length, uint16_t generator, uint16_t initial_state);
5
6
#endif
/* _CRC16_H */
crc16
uint16_t crc16(const char *bitstream, int length, uint16_t generator, uint16_t initial_state)
lib
crc16.h
Generated on Tue Mar 5 2019 09:48:10 for GNU Radio's DAB Package by
1.8.15