bcam_guid.h
来自「该程序实现FIRE足球机器人竞赛中的3:3比赛源码」· C头文件 代码 · 共 29 行
H
29 行
//-----------------------------------------------------------------------------
// Company: Basler Vision Technologies
// Section: Vision Components
// Project: 1394 Driver
// Subproject: Bus Access Driver
// $Header: BCAM_GUID.h, 7, 21.06.2004 18:17:28, Moebius, V.$
//-----------------------------------------------------------------------------
/**
\file Bcam_GUID..h
\brief Device class GUIDs
*
*
*/
//-----------------------------------------------------------------------------
/**
* Device class GUIDs. These are used to identify device interfaces. GUID definitions must
* be outside the section protected from multiple inclusion, for reasons explained in the
* DDK docs (but not easily understood).
*/
#ifdef INITGUID
#define BCAM_GUID_INITIALIZED
#endif
// {D535C794-A527-4b72-923A-63029FA5D83B}
DEFINE_GUID( GUID_FILE_DEVICE_BCAM_1394, 0xd535c794, 0xa527, 0x4b72, 0x92, 0x3a, 0x63, 0x2, 0x9f, 0xa5, 0xd8, 0x3b);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?