⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dsylib.sh

📁 相机传输图像程序源代码 拜耳模式(RAW格式文件)与RGB图像数据互相转换函数库
💻 SH
字号:
/* Status value declarations for component: Daisy Library
 *   Declaration path was: LV.LVCH.PRV.DSY
 *=====================================================================
 * SRC\DSYLIB.SH - 2005-10-04 09:49:56
 * WARNING: File generated by STATUS.PL don't modify!
 *          Version of generated table is 0.1
 */
#ifndef DSYLIB_SH
#define DSYLIB_SH


/* Module DSY: Main Module
 */
#define DSY_I_Track              3300 /* %s */
#define DSY_I_NoMoreCamera       3301 /* No more camera */
#define DSY_E_UnknownMessage     3302 /* Unknown message type */
#define DSY_E_InvalidPortCfg     3303 /* Invalid Port Configuration (%s) */
#define DSY_E_InvalidHandle      3304 /* Invalid Handle */
#define DSY_E_InvalidModule      3305 /* Invalid Module */
#define DSY_E_InvalidNode        3306 /* Invalid Node (%s) */
#define DSY_E_InvalidPort        3307 /* Invalid Port (%s) */
#define DSY_E_InvalidPortType    3308 /* Invalid Port type (%s) */
#define DSY_E_InvalidPointer     3309 /* Invalid pointer */
#define DSY_E_InvalidCamera      3310 /* Invalid Camera */
#define DSY_E_InvalidColorComponent 3311 /* Invalid color component */
#define DSY_E_InvalidMirrorType  3312 /* Invalid Mirror type */
#define DSY_E_InvalidParameter   3313 /* Invalid Parameter (%s) */
#define DSY_E_InvalidCameraDatFile 3314 /* Invalid LvCamera.Dat File */
#define DSY_E_InvalidRegDatFile  3315 /* Invalid LvReg.Dat File */
#define DSY_E_InvalidColorCoding 3316 /* Invalid color coding */
#define DSY_E_InvalidClock       3317 /* Invalid clock */
#define DSY_E_CameraNotConnected 3318 /* Camera not connected */
#define DSY_E_CameraNotActive    3319 /* Camera not active */
#define DSY_E_BiasNotAdjusted    3320 /* Bias Not Adjusted */
#define DSY_E_InvalidSignalDefinition 3321 /* Invalid camera sync signal definition. Assuming composite sync */
#define DSY_E_CannotConnect      3322 /* Cannot connect node (%s) */
#define DSY_E_MultipleConnections 3323 /* Not unique connection (%s) */
#define DSY_E_CannotCreatePort   3324 /* Cannot creeate port (%s) */
#define DSY_E_WrongSide          3325 /* Wrong Connection side (%s) */
#define DSY_E_MonitorNotActive   3326 /* Monitor not active */
#define DSY_E_NotEnoughMemory    3327 /* Not enough memory */
#define DSY_E_BadMemoryWidth     3328 /* Bad memory width (%ld) */
#define DSY_E_OutOfVideoMemory   3329 /* Out of Video memory */
#define DSY_E_NotSupported       3330 /* Not supported (%s) */
#define DSY_E_NotSupported_VType 3331 /* Not supported video type */
#define DSY_E_NotSupported_Fn    3332 /* Not supported function */
#define DSY_E_NotSupported_PxDepth 3333 /* Not supported Pixel depth */
#define DSY_E_NotSupported_AddrMode 3334 /* Not supported addressing mode */
#define DSY_E_NotSupported_CompSel 3335 /* Not supported component selection */
#define DSY_E_NotSupported_PackSeq 3336 /* Not supported packing sequence */
#define DSY_E_NotInitialized     3337 /* Not initialized */
#define DSY_E_Undefined          3338 /* Undefined error */
#define DSY_W_RPS_Timeout        3339 /* RPS Timeout */
#define DSY_W_RPS_ContinueAlreadySet 3340 /* RPS Continue already set */
#define DSY_W_RPS_PauseAlreadySet 3341 /* RPS Pause already set */
#define DSY_E_RPS_InvalidItem    3342 /* RPS invalid item */
#define DSY_E_RPS_NoMemory       3343 /* No RPS memory found */
#define DSY_E_RPS_InvalidProcedure 3344 /* Invalid RPS procedure */
#define DSY_E_RPS_InvalidDaisyProcedure 3345 /* Invalid Daisy RPS procedure */
#define DSY_E_RPS_NotCompiled    3346 /* RPS was not compiled */
#define DSY_E_RPS_CompilerError  3347 /* RPS compiler error */
#define DSY_E_RPS_OutOfMemory    3348 /* RPS compiler out of memory */
#define DSY_E_NoRPS              3349 /* No RPS available */
#define DSY_E_DRAL_InvalidPointer 3350 /* Invalid DRAL object */
#define DSY_E_DRAL_CannotOpenFile 3351 /* DRAL cannot open temporary file */
#define DSY_E_NoIntThread        3352 /* Interrupt thread could not be started */
#define DSY_E_InterruptNotSupported 3353 /* Interrupt not supported */
#define DSY_E_NoMoreInterrupt    3354 /* No more interrupt notification available */
#define DSY_E_CannotAccessFile   3355 /* Cannot access file */
#define DSY_E_NotSupported_TargetMem 3356 /* Not supported target memory */
#define DSY_E_DMAInUse           3357 /* DMA already used */
#define DSY_E_InvalidCameraType  3358 /* Invalid camera type */
#define DSY_E_TooManyCameras     3359 /* Too many cameras */


#ifdef DSY_PRIVATE


#endif /* def DSY_PRIVATE */


#endif /* ndef DSYLIB_SH */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -