RAPP error handling. More...
Go to the source code of this file.
Defines | |
| #define | RAPP_ERR_BUF_NULL |
| Pixel buffer pointer is NULL. | |
| #define | RAPP_ERR_BUF_ALIGN |
| Invalid pixel buffer alignment. | |
| #define | RAPP_ERR_BUF_OFFSET |
| Invalid pixel buffer bit offset. | |
| #define | RAPP_ERR_DIM_ALIGN |
| Invalid buffer dimension alignment. | |
| #define | RAPP_ERR_IMG_SIZE |
| Invalid image size. | |
| #define | RAPP_ERR_PARM_NULL |
| Parameter is NULL. | |
| #define | RAPP_ERR_PARM_RANGE |
| Parameter is out-of-range. | |
| #define | RAPP_ERR_UNINITIALIZED |
| Missing call to rapp_initialize(). | |
| #define | RAPP_ERR_OVERLAP |
| Buffer parameters overlap. | |
Functions | |
| const char * | rapp_error (int code) |
| Get a description string for a given error code. | |
RAPP error handling.
1.6.1