Initialize 1-dim. table defined by matrix (for details see: Modelica/Resources/C-Sources/ModelicaTables.h)
function tableInit input String tableName; input String fileName; input Real table[:, :]; input Modelica.Blocks.Types.Smoothness smoothness; output Integer tableID; end tableInit;