📄 hpcfsrpc.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 + -