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

📄 ppcam32.h

📁 camera driver test program
💻 H
字号:
// ppcam32.h : main header file for the PPCAM32 DLL
//
// PPCAM32.H
//
//
// Created 4/1/2003 by D. Lieberman
// Copyright 2003 Computer Methods
//
// 32-bit PP004 Interface Methods
//
// Include this header file to expose the functions exported in PPCAM32.DLL
// or allow header file to import functions
//
#ifdef PPCAMDLL
#define DLLEXPORT __declspec(dllexport)
#else
#define DLLEXPORT __declspec(dllimport)
#endif

    DLLEXPORT void   camo  (int *p_N,int *p_F,int *p_A,int *p_DRW,int *p_Q,int *p_X);
    DLLEXPORT void   cami  (int *p_N,int *p_F,int *p_A,int *p_DRW,int *p_Q,int *p_X);
    DLLEXPORT void   camo24(int *p_N,int *p_F,int *p_A,unsigned long *p_DRW,int *p_Q,int *p_X);
    DLLEXPORT void   cami24(int *p_N,int *p_F,int *p_A,unsigned long *p_DRW,int *p_Q,int *p_X);
    DLLEXPORT void   Crate_set(int *p_C);
    DLLEXPORT unsigned int  caml();
	DLLEXPORT void   camcl(unsigned int *ZCI_bits);
	DLLEXPORT void   dmaset(int *p_C, int *NOB, int *QBL,unsigned int *NTR);
    DLLEXPORT int    dmao(int *p_N,int *p_F,int *p_A,unsigned char *p_DRW,int *p_E);
    DLLEXPORT int    dmai(int *p_N,int *p_F,int *p_A,unsigned char *p_DRW,int *p_E);
	DLLEXPORT unsigned int camcyc (unsigned int *NTR);

⌨️ 快捷键说明

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