Go to the source code of this file.
Namespaces | |
namespace | evf |
Defines | |
#define | FWCore_Utilities_CRC16_h 1 |
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] |