diff -r a89ed401fbc6 -r 1ffff67678ad C_runtime/erpc_PLCObject_interface.hpp --- a/C_runtime/erpc_PLCObject_interface.hpp Fri Oct 25 14:51:38 2024 +0200 +++ b/C_runtime/erpc_PLCObject_interface.hpp Mon Oct 28 16:02:47 2024 +0100 @@ -1,5 +1,5 @@ /* - * Generated by erpcgen 1.12.0 on Mon May 20 17:54:19 2024. + * Generated by erpcgen 1.12.0 on Mon Oct 28 15:10:14 2024. * * AUTOGENERATED - DO NOT EDIT */ @@ -33,6 +33,7 @@ static const uint8_t m_SetTraceVariablesListId = 12; static const uint8_t m_StartPLCId = 13; static const uint8_t m_StopPLCId = 14; + static const uint8_t m_ExtendedCallId = 15; virtual ~BeremizPLCObjectService_interface(void); @@ -63,6 +64,8 @@ virtual uint32_t StartPLC(void) = 0; virtual uint32_t StopPLC(bool * success) = 0; + + virtual uint32_t ExtendedCall(const char * method, const binary_t * argument, binary_t * answer) = 0; private: }; } // erpcShim