Macros | Functions
crc.h File Reference

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>
Include dependency graph for crc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#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)
 

Detailed Description

header for this library. Defines public funtions prototypes this library makes available to other modules.

Definition in file crc.h.



atlasmv_base
Author(s): David Gameiro, Jorge Almeida
autogenerated on Mon Mar 2 2015 01:31:28