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

📄 prvphlib.sh

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


/* Module PVP: Main Module
 */
#define PVP_I_UndefinedRegister  3000 /* Undefined (anonymous) register */
#define PVP_I_NoMoreDevices      3001 /* End of device enumeration */
#define PVP_I_NoMoreBoards       3002 /* End of board enumaration */
#define PVP_I_NoMoreRegisters    3003 /* End of register enumeration */
#define PVP_I_NoMoreRegisterSet  3004 /* End of register set enumeration */
#define PVP_E_AccessNotSupported 3005 /* Access not supported */
#define PVP_E_BadBoardNumber     3006 /* Invalid board number */
#define PVP_E_BadDeviceHandle    3007 /* Invalid device handle */
#define PVP_E_ChipNotOnBoard     3008 /* Chip not on board */
#define PVP_E_DeviceNotAllocated 3009 /* Device not allocated */
#define PVP_E_NoDevice           3010 /* No device? */
#define PVP_E_NotAllocated       3011 /* Not allocated */
#define PVP_E_NotEnoughMemory    3012 /* Not enough memory */
#define PVP_E_RegSetNotAvailable 3013 /* Register set not available */
#define PVP_E_OperationNotAllowed 3014 /* Operation not allowed */
#define PVP_E_CannotAccessMemory 3015 /* Cannot access memory */
#define PVP_E_InvalidAddress     3016 /* Invalid address */
#define PVP_E_NoPCIDevice        3017 /* No PCI device */
#define PVP_E_NoPCIPresent       3018 /* No PCI Bios present */
#define PVP_E_NovramNotFound     3019 /* Novram not found */
#define PVP_E_NovramNoAcknowledge 3020 /* Novram has not acknowledged */
#define PVP_E_NovramUnknownError 3021 /* Novram unknown error */
#define PVP_E_BoardTypeMismatch  3022 /* Board type mismatch */
#define PVP_E_BadConfiguration   3023 /* Bad configuration */
#define PVP_E_BadRegisterSize    3024 /* Bad register size */
#define PVP_E_BadAccessOperation 3025 /* Bad access operation */
#define PVP_E_ProtocolNotSupported 3026 /* Protocol not supported */
#define PVP_E_CannotCreateBoard  3027 /* Cannot create board */
#define PVP_E_NotLCAFile         3028 /* Invalid LCA file */
#define PVP_E_ErrorReadingFile   3029 /* Error reading file */
#define PVP_E_CannotOpenFile     3030 /* Cannot open file */
#define PVP_E_CannotOpenBus      3031 /* Cannot open bus (%s) */
#define PVP_E_BadModuleId        3032 /* Bad Module Id (%d) */
#define PVP_E_BadBoardId         3033 /* Bad Board Id (%d) */
#define PVP_E_NotPCIDevice       3034 /* Not a PCI Device */
#define PVP_E_InvalidCheckRegister 3035 /* Invalid Check Register */
#define PVP_E_VideoModeNotSupported 3036 /* Not supported Video Mode */
#define PVP_E_ChipNotLoaded      3037 /* LCA not loaded (No Done flag) */
#define PVP_E_ChipDisabled       3038 /* Chip disabled (%s) */
#define PVP_I_ChipNotChecked     3039 /* Chip not checked */
#define PVP_I_Track              3040 /* %s */
#define PVP_E_InvalidSyncType    3041 /* Invalid Synchronization type specified */
#define PVP_E_SyncTimeout        3042 /* Synchronization timeout */
#define PVP_I_Dummy              3043 /* Dummy */
#define PVP_W_NovramNotInitialized 3044 /* Novram not initialized */
#define PVP_W_I2CError           3045 /* Probable I2C error */
#define PVP_E_PCIInconsistent    3046 /* Inconsistent PCI space */
#define PVP_E_7146NotAccessible  3047 /* 7146 is not accessible */


#ifdef PVP_PRIVATE


#endif /* def PVP_PRIVATE */


#endif /* ndef PRVPHLIB_SH */

⌨️ 快捷键说明

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