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

📄 hpcfsrpc.h

📁 vxworks的BSP开发配置文件
💻 H
字号:
/* hpcFsRpc.h - Simple "RPC" protocol for HPCFS *//* Copyright 1996-1998 Wind River Systems, Inc.; Copyright 2000 Intel Corp. *//*modification history--------------------01b,30aug01,scm  adjust to reflect ixm1200...01a,29Jun00,jdg  written*//*DESCRIPTIONThis library provides a very simple implementation of RPC for use by the HPCFS*/#ifndef __IXM1200HPC_H#define __IXM1200HPC_H#ifdef __cplusplusextern "C" {#endifchar* hpcRpcWrInt (char *buf, int data);char* hpcRpcWrCStr (char *buf, char *str);char* hpcRpcWrData (char *buf, char *data, int   data_len);char* hpcRpcRdInt (char *buf, int *data);char* hpcRpcRdCStr (char *buf, char *str);char* hpcRpcRdData (char *buf, char *data, int  *data_len);char* hpcRpcGetCStr (char *buf, char **str);#ifdef __cplusplus}#endif#endif /* ifdef __IXM1200HPC_H */

⌨️ 快捷键说明

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