From 58e7a0b7f96505f8de4ae55721ed8a9c36f7701f Mon Sep 17 00:00:00 2001 From: Cyber-Luke <75857685+Cyber-Luke@users.noreply.github.com> Date: Sat, 23 Apr 2022 20:18:44 +0200 Subject: [PATCH] Updated 2. Software Architecture Specification (markdown) --- 2.-Software-Architecture-Specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.-Software-Architecture-Specification.md b/2.-Software-Architecture-Specification.md index e26deca..9606847 100644 --- a/2.-Software-Architecture-Specification.md +++ b/2.-Software-Architecture-Specification.md @@ -224,7 +224,7 @@ Still the MVC pattern is a small part of the whole system design. In this case t | **** | **Controller** | | --- | --- | -| **System requirements covered:** | /NF100/, /F30/, /F40/, /F50/, /F80/ | +|

**System requirements
covered:**

| /NF100/, /F30/, /F40/, /F50/, /F80/ | | **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/MWData.cs](https://github.com/H4CK3R-01/TINF20C_ModellingWizard_Devices/blob/app-source-code/SOURCE/Plugin/MWData.cs) | | **External Data:** | --- |