classcode.h

来自「BCAM 1394 Driver」· C头文件 代码 · 共 31 行

H
31
字号
//*********************************************************
//
//  (c) 2001 by Basler Vision Technologies
//
//  Section : VC
//  Project : BcamDrv
//
//  Description:
//  This file defines device class identifier codes for
//  Basler drivers. These codes are used in construction
//  Driver function codes.
//
//  File    : $Archive: $
//  Author  : $Author: K鰈ler, T.$
//  Revision: $Revision: 1$ / $Date: 28.01.2002 15:45:38$
//
//*********************************************************

#if !defined(CLASSCODE_H)
#define CLASSCODE_H

/*
 * Valid device class IDs range from 0x8000 to 0xffff. We start at 0x8010
 * because the lower codes have already been used for frame grabber drivers.
 */
enum
{
  FILE_DEVICE_BCAM_1394 = 0x8010
};

#endif /* !defined(CLASSCODE_H) */

⌨️ 快捷键说明

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