ssfindutils_fwx.h
来自「Curtiss-Wright Controls Embedded Computi」· C头文件 代码 · 共 66 行
H
66 行
/******************************************************************************* 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 + =
减小字号Ctrl + -
显示快捷键?