diff -r a89ed401fbc6 -r 1ffff67678ad C_runtime/c_erpc_PLCObject_server.h --- a/C_runtime/c_erpc_PLCObject_server.h Fri Oct 25 14:51:38 2024 +0200 +++ b/C_runtime/c_erpc_PLCObject_server.h 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 */ @@ -39,6 +39,7 @@ kBeremizPLCObjectService_SetTraceVariablesList_id = 12, kBeremizPLCObjectService_StartPLC_id = 13, kBeremizPLCObjectService_StopPLC_id = 14, + kBeremizPLCObjectService_ExtendedCall_id = 15, }; //! @name BeremizPLCObjectService @@ -70,6 +71,8 @@ uint32_t StartPLC(void); uint32_t StopPLC(bool * success); + +uint32_t ExtendedCall(const char * method, const binary_t * argument, binary_t * answer); //@}