.Modelica_Requirements.Internal.getElements

Information

Extract the elements from a log line

Interface

function getElements
  import Modelica.Utilities.Strings.*;
  input String line;
  input Boolean violated "=true, if violated requirement";
  output String checkedComponentName "Full path name of checked component";
  output String requirementName "Last name of requirement model";
  output String requirementText "Text of requirement";
  output String firstFailureTime "Time instant of first failure (if violated=true; otherwise dummy";
end getElements;

Generated at 2024-04-25T18:15:59Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos