GNU Radio's M17 Package
m17-coder/crc.h
Go to the documentation of this file.
1 #ifndef CRC_H
2 #define CRC_H
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 uint16_t CRC_M17(const uint8_t *in, const uint16_t len);
8 #ifdef __cplusplus
9 }
10 #endif
11 
12 #endif
uint16_t CRC_M17(const uint8_t *in, const uint16_t len)