代码拉取完成,页面将自动刷新
/*
* 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_
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。