.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 2025-05-09T18:20:02Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos