.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-08-23T18:21:05Z by OpenModelicaOpenModelica 1.25.2 using GenerateDoc.mos