.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-09-12T18:21:10Z by OpenModelicaOpenModelica 1.25.4 using GenerateDoc.mos