PtCRC()

Calculate a CRC for a block of data

Synopsis:

long PtCRC( const char *buffer,
            int nbytes );

Library:

ph

Description:

This function generates a 32-bit cyclic redundancy check or CRC on the nbytes of data pointed to by buffer.


Note: We recommend that bitmaps and images have a CRC on the image data and the palette. This CRC is used extensively by phrelay (see the QNX Neutrino Utilities Reference) to cache images.

You can call PtCRCValue() to calculate a running CRC checksum.

Returns:

The cyclic redundancy check.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtCRCValue(), PxLoadImage()

Images in the Raw Drawing and Animation chapter of the Photon Programmer's Guide