ACE_crc_ccitt.cpp File Reference

#include "ace/ACE.h"

Include dependency graph for ACE_crc_ccitt.cpp:

Include dependency graph

Go to the source code of this file.

Defines

#define COMPUTE(var, ch)   (var) = (crc_table[(var ^ ch) & 0xFF] ^ (var >> 8))

Variables

const ACE_UINT16 crc_table []


Define Documentation

#define COMPUTE var,
ch   )     (var) = (crc_table[(var ^ ch) & 0xFF] ^ (var >> 8))
 

Definition at line 72 of file ACE_crc_ccitt.cpp.


Variable Documentation

const ACE_UINT16 crc_table[] [static]
 

Definition at line 31 of file ACE_crc_ccitt.cpp.


Generated on Thu Nov 9 09:42:22 2006 for ACE by doxygen 1.3.6