diff -r a89ed401fbc6 -r 1ffff67678ad erpc_interface/erpc_PLCObject/interface.py --- a/erpc_interface/erpc_PLCObject/interface.py Fri Oct 25 14:51:38 2024 +0200 +++ b/erpc_interface/erpc_PLCObject/interface.py Mon Oct 28 16:02:47 2024 +0100 @@ -1,5 +1,5 @@ # -# Generated by erpcgen 1.12.0 on Mon May 20 17:53:37 2024. +# Generated by erpcgen 1.12.0 on Mon Oct 28 11:30:03 2024. # # AUTOGENERATED - DO NOT EDIT # @@ -21,6 +21,7 @@ SETTRACEVARIABLESLIST_ID = 12 STARTPLC_ID = 13 STOPPLC_ID = 14 + EXTENDEDCALL_ID = 15 def AppendChunkToBlob(self, data, blobID, newBlobID): raise NotImplementedError() @@ -64,4 +65,7 @@ def StopPLC(self, success): raise NotImplementedError() + def ExtendedCall(self, method, argument, answer): + raise NotImplementedError() +