.Modelica_DeviceDrivers.Incubate.OperatingSystem.DynamicArray.constructor

Interface

encapsulated function constructor
  import Modelica;
  import Modelica_DeviceDrivers.Incubate.OperatingSystem.DynamicArray;
  input Integer m "row dim of matrix size";
  input Integer n "column dim of matrix";
  output DynamicArray ArrayID "ID to access internal memory that holds animation data";
end constructor;

Generated at 2024-05-17T18:15:58Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos