diff -r 03df7946c2fa -r b217fb367574 C_runtime/c_erpc_PLCObject_client.h --- a/C_runtime/c_erpc_PLCObject_client.h Tue Nov 19 23:52:04 2024 +0100 +++ b/C_runtime/c_erpc_PLCObject_client.h Fri Nov 22 16:31:51 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 */ @@ -38,6 +38,7 @@ kBeremizPLCObjectService_SetTraceVariablesList_id = 12, kBeremizPLCObjectService_StartPLC_id = 13, kBeremizPLCObjectService_StopPLC_id = 14, + kBeremizPLCObjectService_ExtendedCall_id = 15, }; //! @name BeremizPLCObjectService @@ -69,6 +70,8 @@ uint32_t StartPLC(void); uint32_t StopPLC(bool * success); + +uint32_t ExtendedCall(const char * method, const binary_t * argument, binary_t * answer); //@} #endif // ERPC_FUNCTIONS_DEFINITIONS