GNU Radio's M17 Package
m17-packet/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
CRC_M17
uint16_t CRC_M17(const uint8_t *in, const uint16_t len)
M17_Implementations
SP5WWP
m17-packet
crc.h
Generated by
1.8.14