Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
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.
![]() |
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:
"Images" in the Raw Drawing and Animation chapter of the Photon Programmer's Guide
![]() |
![]() |
![]() |
![]() |

![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Index]](../keyword_index.gif)
![[Next]](../next.gif)
