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

40 lines
726 B
C++

/*
* Generated by erpcgen 1.14.0 on Tue Apr 28 12:01:23 2026.
*
* AUTOGENERATED - DO NOT EDIT
*/
#if !defined(_file_service_common_hpp_)
#define _file_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_FILE_SERVICE)
#define ERPC_TYPE_DEFINITIONS_FILE_SERVICE
// 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_FILE_SERVICE
#endif // _file_service_common_hpp_