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)