ACE_crc32.cpp File Reference#include "ace/ACE.h"
|
Defines |
#define | COMPUTE(var, ch) (var) = (crc_table[(var ^ ch) & 0xFF] ^ (var >> 8)) |
Functions |
ACE_Export ACE_UINT32 | ACE::crc32 (const char *str) |
| Computes the ISO 8802-3 standard 32 bits CRC for the string.
|
ACE_Export ACE_UINT32 | ACE::crc32 (const void *buf, size_t len, ACE_UINT32 crc=0) |
| Computes the ISO 8802-3 standard 32 bits CRC for the buffer.
|
ACE_Export ACE_UINT32 | ACE::crc32 (const iovec *iov, int len, ACE_UINT32 crc=0) |
Variables |
const ACE_UINT32 | crc_table [] |
Define Documentation
#define COMPUTE |
( |
var, |
|
|
ch |
|
) |
(var) = (crc_table[(var ^ ch) & 0xFF] ^ (var >> 8)) |
Variable Documentation
Generated on Mon Sep 15 06:51:38 2008 for ACE by
1.5.5
|