CRC

Engine/source/core/crc.h

More...

Public Variables

Value XORd with the CRC to post condition it (ones complement)

Initial value for CRCs.

An invalid CRC.

Public Functions

calculateCRC(const void * buffer, S32 len, U32 crcVal)
calculateCRCStream(Stream * stream, U32 crcVal)

Detailed Description

Public Variables

const U32 CRC_POSTCOND_VALUE 

Value XORd with the CRC to post condition it (ones complement)

const U32 INITIAL_CRC_VALUE 

Initial value for CRCs.

const U32 INVALID_CRC 

An invalid CRC.

Public Functions

calculateCRC(const void * buffer, S32 len, U32 crcVal)

calculateCRCStream(Stream * stream, U32 crcVal)