From 671246b1429512edd511cf2ee0f2efc1d6f9e2a7 Mon Sep 17 00:00:00 2001 From: Nestor Date: Thu, 2 Nov 2023 14:37:35 +0100 Subject: [PATCH] all the missing functions added to Fmi3Interpreter (except setBinary for now) Signed-off-by: Nestor --- .idea/codeStyles/Project.xml | 29 - .idea/saveactions_settings.xml | 18 - .../framework/fmi2/api/FmiBuilder.java | 2 +- .../variables/InstanceVariableFmi3Api.java | 1 - .../extensions/fmi3/Fmi3Interpreter.java | 152 +++- maestro/outputs.csv | 102 +++ maestro/spec.mabl | 664 ++++++++++++++++++ maestro/spec.runtime.json | 10 + .../org/intocps/maestro/typechecker/FMI3.mabl | 8 +- 9 files changed, 931 insertions(+), 55 deletions(-) delete mode 100644 .idea/saveactions_settings.xml create mode 100644 maestro/outputs.csv create mode 100644 maestro/spec.mabl create mode 100644 maestro/spec.runtime.json diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 8688e3c92..1bec35e57 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -1,37 +1,8 @@ -