CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Functions | Variables
CRC16.h File Reference
#include <cassert>

Go to the source code of this file.

Namespaces

 evf
 

Functions

unsigned short evf::compute_crc (unsigned char *buffer, unsigned int bufSize)
 
unsigned short evf::compute_crc_64bit (unsigned short crc, unsigned char *p)
 
unsigned short evf::compute_crc_8bit (unsigned short crc, unsigned char data)
 

Variables

const unsigned short evf::crc_table [256]