--- a/C_runtime/c_erpc_PLCObject_server.h Tue Nov 19 23:52:04 2024 +0100
+++ b/C_runtime/c_erpc_PLCObject_server.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
*/
@@ -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);
//@}