Work in progress
Returns OpenModelica.Scripting API entry points for the classes that we can automatically generate entry points for.
The entry points are MetaModelica code calling CevalScript directly, and Qt/C++ code that calls the MetaModelica code.
function generateScriptingAPI input TypeName cl; input String name; output Boolean success; output String moFile; output String qtFile; output String qtHeader; end generateScriptingAPI;