📄 classcode.h
字号:
//*********************************************************
//
// (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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -