uglusbptr.h

来自「windriver_VxWorks.zinc60t22 zin6.0 for t」· C头文件 代码 · 共 50 行

H
50
字号
/* uglusbptr.h - USB pointer device header file *//* Copyright 2003 Wind River Systems, Inc. All Rights Reserved *//*modification history--------------------01a,18jun03,jlb  created*//* DESCRIPTION This file provides data definitions for the USB pointer devices.*/#ifndef __INCuglusbph#define __INCuglusbph#ifdef __cplusplusextern "C"{#endif/* defines */#define UGL_POINTER_INIT	   uglUsbPtrInit/* Default to the first serial port */#ifndef SYS_POINTER_NAME#define SYS_POINTER_NAME       "/usbPtr/0"#endif /* SYS_POINTER_NAME *//* USB type pointer/mouse */UGL_INPUT_DEVICE_ID uglUsbPtrInit (char * pDevName,				   UGL_EVENT_SERVICE_ID eventServiceId);#ifdef __cplusplus}#endif#endif /* __INCuglusbph */

⌨️ 快捷键说明

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