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

33 lines
561 B
C++
Raw Normal View History

2025-12-24 18:28:20 +08:00
/*
* Generated by erpcgen 1.14.0 on Wed Dec 24 14:07:39 2025.
*
* AUTOGENERATED - DO NOT EDIT
*/
#if !defined(_head_service_interface_hpp_)
#define _head_service_interface_hpp_
#include "head_service_common.hpp"
namespace erpcShim
{
// Abstract base class for demo
class demo_interface
{
public:
static const uint8_t m_serviceId = 1;
static const uint8_t m_addId = 1;
virtual ~demo_interface(void);
virtual int32_t add(int32_t a, int32_t b) = 0;
private:
};
} // erpcShim
#endif // _head_service_interface_hpp_