⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ssfindutils_fwx.h

📁 Curtiss-Wright Controls Embedded Computing公司的cw183板bsp源代码
💻 H
字号:
/*******************************************************************************    Copyright (c) 2004, Dy 4 Systems All rights reserved.*    This Source Code is the Property of Dy 4 Systems Inc. and can only be *    used in accordance with Dy 4's Source Code Licence Agreement.******************************************************************************//*FILE HEADER*******************************************************************  File Name           : ssFindUtils.h*  CM Revision Number  : $Revision$*  Created             : *  Created By          : DMH*  Last Modified       : *  Last Modified By    :*  *  CSCI Name           :**  CSC Name            : Find entry in tables services. **  CSU Name            : **  Description         : *          * History : (This section is required only if Revision Control is not used *            and does not have incorporated revision history)**END FILE HEADER*************************************************************/#ifndef _FW_FIND_UTILS_H_#define _FW_FIND_UTILS_H_/*---------------------------------------------------------------------------*//* includes */#ifdef __cplusplusextern "C"{#endif/*---------------------------------------------------------------------------*//* constants *//*---------------------------------------------------------------------------*//* function prototypes *//* find utilities */void ss_deviceFindInit           /* Store Device Table pointer */(sFW_DEVICE_RECORD *pDevTable);eFW_RTCODE ss_deviceEntryFind    /* find entry for device handle */(const eFW_DEVICE_HANDLE eDeviceHandle,sFW_DEVICE_RECORD **pDevEntry,sFW_DRT           *pDrt);#ifdef __cplusplus}#endif#endif  /* _FW_FIND_UTILS_H_ */

⌨️ 快捷键说明

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