hpcfsrpc.h

来自「vxworks的BSP开发配置文件」· C头文件 代码 · 共 40 行

H
40
字号
/* 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 + =
减小字号Ctrl + -
显示快捷键?