1 Star 0 Fork 1

THEWON/hello_erpc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
hello.h 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
thewon 提交于 2022-08-02 11:29 . add hello erpc file
/*
* Generated by erpcgen 1.9.1 on Fri Jul 29 09:33:29 2022.
*
* AUTOGENERATED - DO NOT EDIT
*/
#if !defined(_hello_h_)
#define _hello_h_
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include "erpc_version.h"
#if 10901 != ERPC_VERSION_NUMBER
#error "The generated shim code version is different to the rest of eRPC code."
#endif
#if !defined(ERPC_TYPE_DEFINITIONS)
#define ERPC_TYPE_DEFINITIONS
// Enumerators data types declarations
typedef enum lockErrors
{
ERR_OK = 0,
ERR_OUTMEM = 1,
ERR_MAX = 2
} lockErrors;
// Aliases data types declarations
typedef struct binary_t binary_t;
// Structures/unions data types declarations
struct binary_t
{
uint8_t * data;
uint32_t dataLength;
};
#endif // ERPC_TYPE_DEFINITIONS
/*! @brief Hello identifiers */
enum _Hello_ids
{
kHello_service_id = 1,
kHello_sayHello_id = 1,
};
#if defined(__cplusplus)
extern "C" {
#endif
//! @name Hello
//@{
binary_t * sayHello(const binary_t * txInput);
//@}
#if defined(__cplusplus)
}
#endif
#endif // _hello_h_
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/thewon/hello_erpc.git
git@gitee.com:thewon/hello_erpc.git
thewon
hello_erpc
hello_erpc
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385