diff --git a/2.-Software-Architecture-Specification.md b/2.-Software-Architecture-Specification.md index a772ea7..a86b569 100644 --- a/2.-Software-Architecture-Specification.md +++ b/2.-Software-Architecture-Specification.md @@ -266,7 +266,7 @@ Still the MVC pattern is a small part of the whole system design (cf. Figure 6). | **** | **Runtime** | | --- | --- | -| **System requirements covered:** | | +| **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) | | **External Data:** | --- |