Go to the source code of this file.
◆ CRC_FALSE
◆ CRC_TRUE
◆ CRC_VERSION
| #define CRC_VERSION "1.16" |
◆ update_crc_16()
| unsigned short update_crc_16 |
( |
unsigned short | crc, |
|
|
char | c ) |
◆ update_crc_32()
| unsigned long update_crc_32 |
( |
unsigned long | crc, |
|
|
char | c ) |
◆ update_crc_ccitt()
| unsigned short update_crc_ccitt |
( |
unsigned short | crc, |
|
|
char | c ) |
◆ update_crc_dnp()
| unsigned short update_crc_dnp |
( |
unsigned short | crc, |
|
|
char | c ) |
◆ update_crc_kermit()
| unsigned short update_crc_kermit |
( |
unsigned short | crc, |
|
|
char | c ) |
◆ update_crc_sick()
| unsigned short update_crc_sick |
( |
unsigned short | crc, |
|
|
char | c, |
|
|
char | prev_byte ) |