C_runtime/c_erpc_PLCObject_server.cpp
changeset 4032 1ffff67678ad
parent 3946 8815b44be31e
child 4044 2a4b8b59d165
--- a/C_runtime/c_erpc_PLCObject_server.cpp	Fri Oct 25 14:51:38 2024 +0200
+++ b/C_runtime/c_erpc_PLCObject_server.cpp	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
  */
@@ -132,6 +132,14 @@
 
             return result;
         }
+
+        uint32_t ExtendedCall(const char * method, const binary_t * argument, binary_t * answer)
+        {
+            uint32_t result;
+            result = ::ExtendedCall(method, argument, answer);
+
+            return result;
+        }
 };
 
 ERPC_MANUALLY_CONSTRUCTED_STATIC(BeremizPLCObjectService_service, s_BeremizPLCObjectService_service);