header for this library. Defines public funtions prototypes this library makes available to other modules. More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Defines | |
#define | CRC_VERSION "1.16" |
#define | FALSE 0 |
#define | TRUE 1 |
Functions | |
unsigned short | update_crc_16 (unsigned short crc, char c) |
unsigned long | update_crc_32 (unsigned long crc, char c) |
unsigned short | update_crc_ccitt (unsigned short crc, unsigned char c) |
unsigned short | update_crc_dnp (unsigned short crc, char c) |
unsigned short | update_crc_kermit (unsigned short crc, char c) |
unsigned short | update_crc_sick (unsigned short crc, char c, char prev_byte) |
header for this library. Defines public funtions prototypes this library makes available to other modules.
Definition in file crc.h.