#include <mw/mgr/mgr.h> #define MWMGR_PSERR_TRUE ( 0 ) /* Process succeeded */ #define MWMGR_PSERR_MEMR ( -1 ) /* Insufficient memory */ #define MWMGR_PSERR_ARGU ( -2 ) /* Argument error */ #define MWMGR_PSERR_IMAG ( -3 ) /* Abnormal image */ #define MWMGR_PSERR_PROC ( -4 ) /* Processing impossible */ #define MWMGR_PSERR_RECG ( -5 ) /* Recognition process failed */
CONFIDENTIAL