beremiz

Python runtime: call "OnIdle" tasks when py_eval FBs execution queue is empty.

This is usefull to execute slow operations that can be deffered from functions called by py_eval FBs.
User python code add a callable to "OnIdle" list made available in global scope.
/*
* Generated by erpcgen 1.13.0 on Fri Nov 22 15:03:08 2024.
*
* AUTOGENERATED - DO NOT EDIT
*/
#include "erpc_PLCObject_interface.hpp"
#if 11300 != ERPC_VERSION_NUMBER
#error "The generated shim code version is different to the rest of eRPC code."
#endif
using namespace std;
using namespace erpcShim;
BeremizPLCObjectService_interface::~BeremizPLCObjectService_interface(void)
{
}