cmvr_head/applications/erpc/proto/generated/head_service_common.hpp

40 lines
739 B
C++

/*
* Generated by erpcgen 1.14.0 on Wed Dec 31 16:10:10 2025.
*
* AUTOGENERATED - DO NOT EDIT
*/
#if !defined(_head_service_common_hpp_)
#define _head_service_common_hpp_
#include <cstddef>
#include <cstdint>
#include "erpc_version.h"
#if 11400 != ERPC_VERSION_NUMBER
#error "The generated shim code version is different to the rest of eRPC code."
#endif
#if !defined(ERPC_TYPE_DEFINITIONS_ERPCSHIM)
#define ERPC_TYPE_DEFINITIONS_ERPCSHIM
// Aliases data types declarations
typedef struct list_int32_1_t list_int32_1_t;
// Structures/unions data types declarations
struct list_int32_1_t
{
int32_t * elements;
uint32_t elementsCount;
};
#endif // ERPC_TYPE_DEFINITIONS_ERPCSHIM
#endif // _head_service_common_hpp_