From a1d642664c9f5c13a3f49edd5d89256485a1dab0 Mon Sep 17 00:00:00 2001 From: Cyber-Luke <75857685+Cyber-Luke@users.noreply.github.com> Date: Thu, 5 May 2022 18:50:57 +0200 Subject: [PATCH] Updated 2. Software Architecture Specification (markdown) --- 2.-Software-Architecture-Specification.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2.-Software-Architecture-Specification.md b/2.-Software-Architecture-Specification.md index 0f72ada..c39deaf 100644 --- a/2.-Software-Architecture-Specification.md +++ b/2.-Software-Architecture-Specification.md @@ -267,8 +267,8 @@ Still the MVC pattern is a small part of the whole system design (cf. Figure 6). | **** | **Runtime** | | --- | --- | | **System requirements covered:** | /LF40/ | -| **Services:** | Logic distribution is handled by the controller. It is reacting to the events triggered by the GUI and takes care of creating the respective objects. Also the input and output functions are implemented in the controller. | -| **Interfaces:** | Interface for IODD to AutomationML, Interface for GSD to AutomationML and Interface of AMLX packages. For export/import of amlx files there is another class referenced: [SOURCE/Plugin/MWData.cs](https://github.com/H4CK3R-01/TINF20C_ModellingWizard_Devices/blob/app-source-code/SOURCE/Plugin/MWData.cs) | +| **Services:** | Here the logic is implemented to make the plugin standalone. | +| **Interfaces:** | --- | | **External Data:** | --- | | **Storage location:** | [SOURCE/Application/Program.cs](https://github.com/H4CK3R-01/TINF20C_ModellingWizard_Devices/blob/main/SOURCE/Application/Program.cs) | | **Modul documentation:** | [MOD.003: Runtime](https://github.com/H4CK3R-01/TINF20C_ModellingWizard_Devices/wiki/MOD.003:-Runtime) |