21 lines
354 B
C++
21 lines
354 B
C++
|
|
/*
|
||
|
|
* Generated by erpcgen 1.14.0 on Wed Dec 24 14:07:39 2025.
|
||
|
|
*
|
||
|
|
* AUTOGENERATED - DO NOT EDIT
|
||
|
|
*/
|
||
|
|
|
||
|
|
|
||
|
|
#include "head_service_interface.hpp"
|
||
|
|
|
||
|
|
#if 11400 != ERPC_VERSION_NUMBER
|
||
|
|
#error "The generated shim code version is different to the rest of eRPC code."
|
||
|
|
#endif
|
||
|
|
|
||
|
|
|
||
|
|
using namespace std;
|
||
|
|
using namespace erpcShim;
|
||
|
|
|
||
|
|
demo_interface::~demo_interface(void)
|
||
|
|
{
|
||
|
|
}
|