ppcam32.h

来自「camera driver test program」· C头文件 代码 · 共 32 行

H
32
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?