diff -r a89ed401fbc6 -r 1ffff67678ad C_runtime/c_erpc_PLCObject_client.h --- a/C_runtime/c_erpc_PLCObject_client.h Fri Oct 25 14:51:38 2024 +0200 +++ b/C_runtime/c_erpc_PLCObject_client.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 */ @@ -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