46 lines
715 B
C
46 lines
715 B
C
|
|
/*
|
||
|
|
* Generated by erpcgen 1.14.0 on Wed Dec 24 14:07:39 2025.
|
||
|
|
*
|
||
|
|
* AUTOGENERATED - DO NOT EDIT
|
||
|
|
*/
|
||
|
|
|
||
|
|
|
||
|
|
#if !defined(_c_head_service_client_h_)
|
||
|
|
#define _c_head_service_client_h_
|
||
|
|
|
||
|
|
#include "head_service_common.h"
|
||
|
|
#include "erpc_client_manager.h"
|
||
|
|
|
||
|
|
#if defined(__cplusplus)
|
||
|
|
extern "C"
|
||
|
|
{
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#if !defined(ERPC_FUNCTIONS_DEFINITIONS)
|
||
|
|
#define ERPC_FUNCTIONS_DEFINITIONS
|
||
|
|
|
||
|
|
|
||
|
|
/*! @brief demo identifiers */
|
||
|
|
enum _demo_ids
|
||
|
|
{
|
||
|
|
kdemo_service_id = 1,
|
||
|
|
kdemo_add_id = 1,
|
||
|
|
};
|
||
|
|
|
||
|
|
//! @name demo
|
||
|
|
//@{
|
||
|
|
int32_t add(int32_t a, int32_t b);
|
||
|
|
//@}
|
||
|
|
|
||
|
|
#endif // ERPC_FUNCTIONS_DEFINITIONS
|
||
|
|
|
||
|
|
void initdemo_client(erpc_client_t client);
|
||
|
|
|
||
|
|
void deinitdemo_client(void);
|
||
|
|
|
||
|
|
#if defined(__cplusplus)
|
||
|
|
}
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#endif // _c_head_service_client_h_
|