SK91USB3-LX  1.2.0
Macros
Error Code Table

Explains the defined errors. More...

Macros

#define SK_RESULT_OK   (0)
 
#define SK_RESULT_ABORTED   (-1)
 
#define SK_RESULT_ARGUMENT_TOO_LONG   (-2)
 
#define SK_RESULT_BAD_ADDRESS   (-3)
 
#define SK_RESULT_BUFFER_TOO_SMALL   (-4)
 
#define SK_RESULT_CANNOT_CREATE_EVENT   (-5)
 
#define SK_RESULT_CANNOT_OPEN_FILE   (-6)
 
#define SK_RESULT_CANNOT_SET_EVENT   (-7)
 
#define SK_RESULT_CONSTRUCTOR_FAILED   (-8)
 
#define SK_RESULT_CORRUPTED_FILE   (-9)
 
#define SK_RESULT_DEVICE_ERROR   (-12)
 
#define SK_RESULT_DEVICE_RESET   (-13)
 
#define SK_RESULT_DRIVER_ERROR   (-14)
 
#define SK_RESULT_EMPTY_SEQUENCE   (-15)
 
#define SK_RESULT_IMAGE_COMPLETED   (-15)
 
#define SK_RESULT_FILE_ERROR   (-16)
 
#define SK_RESULT_INTERNAL_ERROR   (-17)
 
#define SK_RESULT_INVALID_ARGUMENT   (-18)
 
#define SK_RESULT_BUS_ERROR   (-19)
 
#define SK_RESULT_NO_AVAILABLE_DATA   (-20)
 
#define SK_RESULT_CAMERA_ACTIVE   (-21)
 
#define SK_RESULT_CAMERA_NOT_ACTIVE   (-22)
 
#define SK_RESULT_NOT_CONNECTED   (-23)
 
#define SK_RESULT_NOT_ENOUGH_MEMORY   (-24)
 
#define SK_RESULT_NOT_FOUND   (-25)
 
#define SK_RESULT_NOT_SUPPORTED   (-26)
 
#define SK_RESULT_OVERFLOW   (-27)
 
#define SK_RESULT_STATE_ERROR   (-28)
 
#define SK_RESULT_THREAD_ERROR   (-29)
 
#define SK_RESULT_TIMEOUT   (-30)
 
#define SK_RESULT_UNDERFLOW   (-31)
 
#define SK_RESULT_UNEXPECTED_ERROR   (-32)
 
#define SK_RESULT_FIFOFULL   (-33)
 
#define SK_RESULT_UNKNOWN_ERROR   (-34)
 
#define SK_RESULT_UNSUPPORTED_CONVERSION   (-35)
 
#define SK_RESULT_OPERATION_PENDING   (-36)
 
#define SK_RESULT_IMAGE_ERROR   (-37)
 
#define SK_RESULT_CORRUPTED_IMAGE   (-38)
 
#define SK_RESULT_MISSING_PACKETS   (-39)
 

Detailed Description

Explains the defined errors.

Functions to handle the internal memory structure

Macro Definition Documentation

#define SK_RESULT_ABORTED   (-1)
#define SK_RESULT_ARGUMENT_TOO_LONG   (-2)
#define SK_RESULT_BAD_ADDRESS   (-3)
#define SK_RESULT_BUFFER_TOO_SMALL   (-4)
#define SK_RESULT_BUS_ERROR   (-19)
#define SK_RESULT_CAMERA_ACTIVE   (-21)
#define SK_RESULT_CAMERA_NOT_ACTIVE   (-22)
#define SK_RESULT_CANNOT_CREATE_EVENT   (-5)
#define SK_RESULT_CANNOT_OPEN_FILE   (-6)
#define SK_RESULT_CANNOT_SET_EVENT   (-7)
#define SK_RESULT_CONSTRUCTOR_FAILED   (-8)
#define SK_RESULT_CORRUPTED_FILE   (-9)
#define SK_RESULT_CORRUPTED_IMAGE   (-38)
#define SK_RESULT_DEVICE_ERROR   (-12)
#define SK_RESULT_DEVICE_RESET   (-13)
#define SK_RESULT_DRIVER_ERROR   (-14)
#define SK_RESULT_EMPTY_SEQUENCE   (-15)
#define SK_RESULT_FIFOFULL   (-33)
#define SK_RESULT_FILE_ERROR   (-16)
#define SK_RESULT_IMAGE_COMPLETED   (-15)
#define SK_RESULT_IMAGE_ERROR   (-37)
#define SK_RESULT_INTERNAL_ERROR   (-17)
#define SK_RESULT_INVALID_ARGUMENT   (-18)
#define SK_RESULT_MISSING_PACKETS   (-39)
#define SK_RESULT_NO_AVAILABLE_DATA   (-20)
#define SK_RESULT_NOT_CONNECTED   (-23)
#define SK_RESULT_NOT_ENOUGH_MEMORY   (-24)
#define SK_RESULT_NOT_FOUND   (-25)
#define SK_RESULT_NOT_SUPPORTED   (-26)
#define SK_RESULT_OK   (0)
#define SK_RESULT_OPERATION_PENDING   (-36)
#define SK_RESULT_OVERFLOW   (-27)
#define SK_RESULT_STATE_ERROR   (-28)
#define SK_RESULT_THREAD_ERROR   (-29)
#define SK_RESULT_TIMEOUT   (-30)
#define SK_RESULT_UNDERFLOW   (-31)
#define SK_RESULT_UNEXPECTED_ERROR   (-32)
#define SK_RESULT_UNKNOWN_ERROR   (-34)
#define SK_RESULT_UNSUPPORTED_CONVERSION   (-35)