1 Star 0 Fork 5

ones/erpcdemo

forked from 10km/erpcdemo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
erpcdemo.erpc 571 Bytes
一键复制 编辑 原始数据 按行查看 历史
10km 提交于 2020-04-18 09:43 . add initial source
/*! 定义项目名称,也是所有生成的源码文件名前缀 */
program erpcdemo
/*! 定义返回状态枚举类型 */
enum lockErrors_t
{
lErrorOk_c = 0,
lErrorOutofMemory_c,
// ......定义状态码
// 最大枚举类型值
lErrorMaxError_c
}
/*! 定义服务接口函数, 'RD_' 为服务接口函数名前缀 */
interface DEMO {
RD_demoHello(binary txInput) -> binary
RD_demoHello2(in binary txInput,out binary txOutput) -> lockErrors_t
RD_demoHello3(in binary txInput,out int8[64] txOutput,out int32 size) -> lockErrors_t
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ones16/erpcdemo.git
[email protected]:ones16/erpcdemo.git
ones16
erpcdemo
erpcdemo
master

搜索帮助